Skip to content

Commit

Permalink
cypress: fix missing GSettings schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Jul 19, 2019
1 parent b1fc8e2 commit fbee9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/cypress/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchzip, autoPatchelfHook, xorg, gtk2, gnome2, gtk3, nss, alsaLib, udev, unzip }:
{ stdenv, fetchzip, autoPatchelfHook, xorg, gtk2, gnome2, gtk3, nss, alsaLib, udev, unzip, wrapGAppsHook }:

stdenv.mkDerivation rec{
pname = "cypress";
Expand All @@ -12,7 +12,7 @@ stdenv.mkDerivation rec{
# don't remove runtime deps
dontPatchELF = true;

nativeBuildInputs = [ autoPatchelfHook ];
nativeBuildInputs = [ autoPatchelfHook wrapGAppsHook ];

buildInputs = with xorg; [
libXScrnSaver libXdamage libXtst
Expand Down

0 comments on commit fbee9d3

Please sign in to comment.