lol

libxc: split outputs -> out, dev

+2
+2
pkgs/development/libraries/libxc/default.nix
··· 18 18 --replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30" 19 19 ''; 20 20 21 + outputs = [ "out" "dev" ]; 22 + 21 23 nativeBuildInputs = [ perl cmake gfortran ]; 22 24 23 25 preConfigure = ''