Merge pull request #226487 from trofi/libfreeaptx-dev-output

libfreeaptx: split headers to "dev" output
This commit is contained in:
Sergei Trofimovich 2023-04-24 21:45:53 +01:00 committed by GitHub
commit 389f74cde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-eEUhOrKqb2hHWanY+knpY9FBEnjkkFTB+x6BZgMBpbo=";
};
outputs = [ "out" "dev" ];
postPatch = lib.optionalString stdenv.isDarwin ''
substituteInPlace Makefile \
--replace '-soname' '-install_name' \