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";
|
||||
src = tarball;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
buildInputs = buildDeps;
|
||||
|
||||
propagatedBuildInputs = propagatedDeps;
|
||||
|
|
Loading…
Reference in a new issue