Commit ef2d57ee authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

libxc: split outputs -> out, dev

parent 1d953af5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
        --replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
  '';

  outputs = [ "out" "dev" ];

  nativeBuildInputs = [ perl cmake gfortran ];

  preConfigure = ''