diff --git a/pkgs/applications/graphics/qiv/default.nix b/pkgs/applications/graphics/qiv/default.nix index 05eb83cee29..df18c6d1520 100644 --- a/pkgs/applications/graphics/qiv/default.nix +++ b/pkgs/applications/graphics/qiv/default.nix @@ -10,7 +10,10 @@ stdenv.mkDerivation (rec { buildInputs = [ pkgconfig gtk imlib2 file ]; - preBuild=''substituteInPlace Makefile --replace /usr/local "$out"''; + preBuild='' + substituteInPlace Makefile --replace /usr/local "$out" + substituteInPlace Makefile --replace /man/ /share/man/ + ''; meta = { description = "qiv (quick image viewer)";