about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2020-03-08 15:07:39 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-24 07:11:08 +0100
commit954baa67514f9ce6eea1c05ecfee308fad018f7b (patch)
tree2cf631d6e0d77ad79370c5e31e32025b080dc003 /pkgs/desktops/gnome-3
parenta786b8bc42c275a1bc82d93291c609fd2b737a56 (diff)
downloadnixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.tar
nixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.tar.gz
nixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.tar.bz2
nixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.tar.lz
nixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.tar.xz
nixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.tar.zst
nixlib-954baa67514f9ce6eea1c05ecfee308fad018f7b.zip
gnomeExtensions.arc-menu: 33 -> 43
Diffstat (limited to 'pkgs/desktops/gnome-3')
-rw-r--r--pkgs/desktops/gnome-3/extensions/arc-menu/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome-3/extensions/arc-menu/default.nix b/pkgs/desktops/gnome-3/extensions/arc-menu/default.nix
index f85b91d354d4..db1741e72bb5 100644
--- a/pkgs/desktops/gnome-3/extensions/arc-menu/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/arc-menu/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-shell-arc-menu";
-  version = "33";
+  version = "43";
 
   src = fetchFromGitLab {
     owner = "LinxGem33";
     repo = "Arc-Menu";
     rev = "v${version}-Stable";
-    sha256 = "0ncb19jlwy2y9jcj8g6cdbasdv6n7hm96qv9l251z6qgrmg28x4z";
+    sha256 = "1rspl89bxqy0wla8cj0h1d29gp38xg1vmvhc1qg7bl46ank4yp5q";
   };
 
   patches = [
@@ -22,12 +22,12 @@ stdenv.mkDerivation rec {
     glib gettext
   ];
 
-  makeFlags = [ "INSTALL_BASE=${placeholder "out"}/share/gnome-shell/extensions" ];
+  makeFlags = [ "INSTALLBASE=${placeholder "out"}/share/gnome-shell/extensions" ];
 
   meta = with stdenv.lib; {
     description = "Gnome shell extension designed to replace the standard menu found in Gnome 3";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ dkabot ];
-    homepage = https://gitlab.com/LinxGem33/Arc-Menu;
+    homepage = "https://gitlab.com/LinxGem33/Arc-Menu";
   };
 }