mkl: fix self-inclusive src

This commit is contained in:
Felix Buehler
2024-06-30 20:17:38 +02:00
parent 19581e2ce8
commit 4e27e900c9
@@ -12,7 +12,9 @@ in stdenv.mkDerivation {
pname = "mkl-test";
version = mkl.version;
src = ./.;
unpackPhase = ''
cp ${./test.c} test.c
'';
nativeBuildInputs = [ pkg-config ];