13 stdenv.mkDerivation (rec {
18 url = "https://spiegl.de/qiv/download/${pname}-${version}.tgz";
19 sha256 = "sha256-7whf/eLUiwWzZlk55a4eNZ06OBAI+4J2hPfW/UxTNwQ=";
22 nativeBuildInputs = [ pkg-config ];
32 substituteInPlace Makefile --replace /usr/local "$out"
33 substituteInPlace Makefile --replace /man/ /share/man/
34 substituteInPlace Makefile --replace /share/share/ /share/
38 description = "Quick image viewer";
39 homepage = "http://spiegl.de/qiv/";
40 license = licenses.gpl2;
41 platforms = platforms.linux;