libxc: split outputs -> out, dev

This commit is contained in:
Markus Kowalewski 2023-09-30 16:05:10 +02:00
parent 1d953af53e
commit ef2d57ee1c

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
'';
outputs = [ "out" "dev" ];
nativeBuildInputs = [ perl cmake gfortran ];
preConfigure = ''