leafpad: added platform information to the meta section
This commit is contained in:
parent
137eb4c98a
commit
4bc0d5bc92
|
@ -14,10 +14,11 @@ stdenv.mkDerivation rec {
|
||||||
"--enable-chooser"
|
"--enable-chooser"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A notepad clone for GTK+ 2.0";
|
description = "A notepad clone for GTK+ 2.0";
|
||||||
homepage = http://tarot.freeshell.org/leafpad;
|
homepage = http://tarot.freeshell.org/leafpad;
|
||||||
maintainers = [ stdenv.lib.maintainers.flosse ];
|
platforms = platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
maintainers = [ maintainers.flosse ];
|
||||||
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue