gosmore: add license

gstqt5
Markus Kowalewski 2020-06-11 12:11:56 +02:00
parent d00013fd7c
commit d162c97a73
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation {
patches = [ ./pointer_int_comparison.patch ];
patchFlags = [ "-p1" "--binary" ]; # patch has dos style eol
meta = with stdenv.lib; {
description = "Open Street Map viewer";
homepage = "https://sourceforge.net/projects/gosmore/";
@ -33,5 +33,6 @@ stdenv.mkDerivation {
raskin
];
platforms = platforms.linux;
license = licenses.bsd2;
};
}