mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
p11-kit: split "dev" and "doc" outputs
Referrers all seem so well behaved again.
This commit is contained in:
parent
90a0c45775
commit
6acaeb3726
|
@ -8,6 +8,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1i3a1wdpagm0p3y1bwaz5x5rjhcpqbcrnhkcp10p259vkxk72wz5";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" "doc" ]; # only dev-doc
|
||||
outputBin = "dev";
|
||||
|
||||
buildInputs = [ pkgconfig libffi libtasn1 libiconv ];
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue