forked from lix-project/lix
Add dev output
Necessary since we're now propagating boehm-gc.
This commit is contained in:
parent
583d06385d
commit
82de90961b
|
@ -109,6 +109,8 @@ let
|
||||||
name = "nix";
|
name = "nix";
|
||||||
src = tarball;
|
src = tarball;
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
buildInputs = buildDeps;
|
buildInputs = buildDeps;
|
||||||
|
|
||||||
propagatedBuildInputs = propagatedDeps;
|
propagatedBuildInputs = propagatedDeps;
|
||||||
|
|
Loading…
Reference in a new issue