added gnome-menus-3

This commit is contained in:
Roelof Wobben 2013-12-05 09:14:25 +01:00
parent 3b94410d86
commit 3c1fb82718
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{ stdenv, fetchurl, intltool, pkgconfig, glib}:
let
version = "3.10.1";
in
stdenv.mkDerivation {
name = "gnome-menus-${version}";
src = fetchurl {
url = "http://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.10/gnome-menus-3.10.1.tar.xz";
sha256 = "0wcacs1vk3pld8wvrwq7fdrm11i56nrajkrp6j1da6jc4yx0m5a6";
};
preBuild = "patchShebangs ./scripts";
buildInputs=[ intltool pkgconfig glib ];
meta = {
homepage = "http://www.gnome.org";
description = "Gnome menu specification " ;
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -9576,6 +9576,12 @@ let
### DESKTOP ENVIRONMENTS
cinnamon = recurseIntoAttrs rec{
callPackage=pkgs.newScope pkgs.cinnamon;
inherit (gnome3) gnome_common ;
gnome_menus = callPackage ../desktops/cinnamon/gnome-menus.nix { } ;
};
enlightenment = callPackage ../desktops/enlightenment { };
e17 = recurseIntoAttrs (