Commit 4e27e900 authored by Felix Buehler's avatar Felix Buehler
Browse files

mkl: fix self-inclusive src

parent 19581e2c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,7 +12,9 @@ in stdenv.mkDerivation {
  pname = "mkl-test";
  version = mkl.version;

  src = ./.;
  unpackPhase = ''
    cp ${./test.c} test.c
  '';

  nativeBuildInputs = [ pkg-config ];