Skip to content

Commit

Permalink
zotero: make wrapGAppsHook work
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHu committed Mar 30, 2020
1 parent 8b018a3 commit 4665e31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/office/zotero/default.nix
Expand Up @@ -42,10 +42,11 @@ stdenv.mkDerivation rec {
sha256 = "1abkwxdi154hnry8nsvxbklvbsnvd7cs2as0041h2kbiz824pv31";
};

buildInputs= [ wrapGAppsHook gsettings-desktop-schemas gtk3 gnome3.adwaita-icon-theme dconf ];

phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];
nativeBuildInputs = [ wrapGAppsHook ];
buildInputs= [ gsettings-desktop-schemas glib gtk3 gnome3.adwaita-icon-theme dconf ];

dontConfigure = true;
dontBuild = true;
dontStrip = true;
dontPatchELF = true;

Expand Down

0 comments on commit 4665e31

Please sign in to comment.