Loading pkgs/tools/graphics/jhead/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,19 @@ stdenv.mkDerivation rec { makeFlags = [ "CPPFLAGS=" "CFLAGS=-O3" "LDFLAGS=" ]; doCheck = true; checkPhase = '' runHook preCheck ( cd tests patchShebangs runtests pretend-editor ./runtests ) runHook postCheck ''; installPhase = '' mkdir -p \ $out/bin \ Loading Loading
pkgs/tools/graphics/jhead/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,19 @@ stdenv.mkDerivation rec { makeFlags = [ "CPPFLAGS=" "CFLAGS=-O3" "LDFLAGS=" ]; doCheck = true; checkPhase = '' runHook preCheck ( cd tests patchShebangs runtests pretend-editor ./runtests ) runHook postCheck ''; installPhase = '' mkdir -p \ $out/bin \ Loading