menumaker: init at 0.99.10 (#47507)
This commit is contained in:
parent
aba95986d2
commit
8ef0f71494
21
pkgs/applications/misc/menumaker/default.nix
Normal file
21
pkgs/applications/misc/menumaker/default.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
|
|
||||||
|
pythonPackages.buildPythonApplication rec {
|
||||||
|
name = "menumaker-${version}";
|
||||||
|
version = "0.99.10";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/menumaker/${name}.tar.gz";
|
||||||
|
sha256 = "1mm4cvg3kphkkd8nwrhcg6d9nm5ar7mgc0wf6fxk6zck1l7xn8ky";
|
||||||
|
};
|
||||||
|
|
||||||
|
format = "other";
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Heuristics-driven menu generator for several window managers";
|
||||||
|
homepage = http://menumaker.sourceforge.net;
|
||||||
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.romildo ];
|
||||||
|
};
|
||||||
|
}
|
@ -17558,6 +17558,8 @@ with pkgs;
|
|||||||
gconf = pkgs.gnome2.GConf;
|
gconf = pkgs.gnome2.GConf;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
menumaker = callPackage ../applications/misc/menumaker { };
|
||||||
|
|
||||||
mercurial = callPackage ../applications/version-management/mercurial {
|
mercurial = callPackage ../applications/version-management/mercurial {
|
||||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
||||||
guiSupport = false; # use mercurialFull to get hgk GUI
|
guiSupport = false; # use mercurialFull to get hgk GUI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user