Skip to content

Commit

Permalink
gnomeExtensions.arc-menu: 43 -> 47
Browse files Browse the repository at this point in the history
  • Loading branch information
tpanum committed Jul 28, 2020
1 parent 74cb17f commit 2120bd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome-3/extensions/arc-menu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-arc-menu";
version = "43";
version = "47";

src = fetchFromGitLab {
owner = "LinxGem33";
owner = "arcmenu-team";
repo = "Arc-Menu";
rev = "v${version}-Stable";
sha256 = "1rspl89bxqy0wla8cj0h1d29gp38xg1vmvhc1qg7bl46ank4yp5q";
sha256 = "1hhjxdm1sm9pddhkkxx532hqqiv9ghvqgn9xszg1jwhj29380fv6";
};

patches = [
Expand Down
17 changes: 8 additions & 9 deletions pkgs/desktops/gnome-3/extensions/arc-menu/fix_gmenu.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
--- a/extension.js
+++ b/extension.js
@@ -29,6 +29,8 @@
* https://github.com/The-Panacea-Projects/Gnomenu
*/

+
+imports.gi.GIRepository.Repository.prepend_search_path('@gmenu_path@');

// Import Libraries
const Main = imports.ui.main;
@@ -23,6 +23,8 @@

const Me = imports.misc.extensionUtils.getCurrentExtension();

+imports.gi.GIRepository.Repository.prepend_search_path('@gmenu_path@');
+
const {GLib, Gio, St} = imports.gi;
const Constants = Me.imports.constants;
const Controller = Me.imports.controller;

0 comments on commit 2120bd4

Please sign in to comment.