fix wrong location

This commit is contained in:
nek0 2018-09-28 14:05:41 +02:00
parent 6d77f41e58
commit 92211c0f4c

@ -55,7 +55,7 @@ in stdenv.mkDerivation rec {
'';
preConfigure = ''
make -C gmic/src CImg.h gmic_stdlib.h
make -C ../gmic/src CImg.h gmic_stdlib.h
'';
nativeBuildInputs = [ cmake pkgconfig ];