qiv: add license
This commit is contained in:
parent
7a05294639
commit
c365453fed
@ -17,10 +17,11 @@ stdenv.mkDerivation (rec {
|
|||||||
substituteInPlace Makefile --replace /man/ /share/man/
|
substituteInPlace Makefile --replace /man/ /share/man/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Quick image viewer";
|
description = "Quick image viewer";
|
||||||
homepage = http://spiegl.de/qiv/;
|
homepage = http://spiegl.de/qiv/;
|
||||||
inherit version;
|
inherit version;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user