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;
|
inherit src;
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
outputBin = "dev";
|
||||||
|
|
||||||
buildInputs = [ gnum4 ];
|
buildInputs = [ gnum4 ];
|
||||||
propagatedBuildInputs = [ gmp ];
|
propagatedBuildInputs = [ gmp ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user