mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
gnomeExtensions.arc-menu: 33 -> 43
This commit is contained in:
parent
a786b8bc42
commit
954baa6751
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user