mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nettle: split a "dev" output
Referrers look OK; seems too easy again.
This commit is contained in:
parent
2113428989
commit
aabf50802d
|
@ -9,6 +9,9 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
inherit src;
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
outputBin = "dev";
|
||||
|
||||
buildInputs = [ gnum4 ];
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue