tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libfreeaptx: split headers to "dev" output
Sergei Trofimovich
2 years ago
cbb56d49
e789c797
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libfreeaptx
default.nix
+2
pkgs/development/libraries/libfreeaptx/default.nix
···
11
sha256 = "sha256-eEUhOrKqb2hHWanY+knpY9FBEnjkkFTB+x6BZgMBpbo=";
12
};
13
0
0
14
postPatch = lib.optionalString stdenv.isDarwin ''
15
substituteInPlace Makefile \
16
--replace '-soname' '-install_name' \
···
11
sha256 = "sha256-eEUhOrKqb2hHWanY+knpY9FBEnjkkFTB+x6BZgMBpbo=";
12
};
13
14
+
outputs = [ "out" "dev" ];
15
+
16
postPatch = lib.optionalString stdenv.isDarwin ''
17
substituteInPlace Makefile \
18
--replace '-soname' '-install_name' \