libxc: split outputs -> out, dev
This commit is contained in:
parent
1d953af53e
commit
ef2d57ee1c
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||||
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
|
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl cmake gfortran ];
|
nativeBuildInputs = [ perl cmake gfortran ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue