forked from mirrors/nixpkgs
gosmore: add license
This commit is contained in:
parent
d00013fd7c
commit
d162c97a73
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
patches = [ ./pointer_int_comparison.patch ];
|
patches = [ ./pointer_int_comparison.patch ];
|
||||||
patchFlags = [ "-p1" "--binary" ]; # patch has dos style eol
|
patchFlags = [ "-p1" "--binary" ]; # patch has dos style eol
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open Street Map viewer";
|
description = "Open Street Map viewer";
|
||||||
homepage = "https://sourceforge.net/projects/gosmore/";
|
homepage = "https://sourceforge.net/projects/gosmore/";
|
||||||
|
@ -33,5 +33,6 @@ stdenv.mkDerivation {
|
||||||
raskin
|
raskin
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue