mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
goldendict: add license
This commit is contained in:
parent
e350e31691
commit
98440749c1
@ -19,11 +19,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
qmakeFlags = [ "CONFIG+=zim_support" ];
|
qmakeFlags = [ "CONFIG+=zim_support" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://goldendict.org/;
|
homepage = http://goldendict.org/;
|
||||||
description = "A feature-rich dictionary lookup program";
|
description = "A feature-rich dictionary lookup program";
|
||||||
|
platforms = platforms.linux;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
maintainers = with maintainers; [ gebner astsmtl ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ gebner astsmtl ];
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user