tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libxc: split outputs -> out, dev
Markus Kowalewski
2 years ago
ef2d57ee
1d953af5
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libxc
default.nix
+2
pkgs/development/libraries/libxc/default.nix
···
18
18
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
19
19
'';
20
20
21
21
+
outputs = [ "out" "dev" ];
22
22
+
21
23
nativeBuildInputs = [ perl cmake gfortran ];
22
24
23
25
preConfigure = ''