gqview: add license

This commit is contained in:
Markus Kowalewski 2018-08-22 23:47:20 +02:00 committed by Markus Kowalewski
parent b76029d568
commit 4cee9af609
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -18,9 +18,10 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
description = "A fast image viewer";
homepage = http://gqview.sourceforge.net;
platforms = stdenv.lib.platforms.unix;
license = licenses.gpl2;
platforms = platforms.unix;
};
}