diff --git a/pkgs/applications/editors/leafpad/default.nix b/pkgs/applications/editors/leafpad/default.nix index 0e2e902bbdf..fc35a993bad 100644 --- a/pkgs/applications/editors/leafpad/default.nix +++ b/pkgs/applications/editors/leafpad/default.nix @@ -14,10 +14,11 @@ stdenv.mkDerivation rec { "--enable-chooser" ]; - meta = { + meta = with stdenv.lib; { description = "A notepad clone for GTK+ 2.0"; homepage = http://tarot.freeshell.org/leafpad; - maintainers = [ stdenv.lib.maintainers.flosse ]; - license = stdenv.lib.licenses.gpl3; + platforms = platforms.linux; + maintainers = [ maintainers.flosse ]; + license = licenses.gpl3; }; }