Skip to content

Commit

Permalink
Merge pull request NixOS#65058 from mmahut/cypresss
Browse files Browse the repository at this point in the history
cypress: fix missing GSettings schemas
aanderse authored Jul 20, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 1af592d + fbee9d3 commit 46f8ec0
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";
@@ -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

0 comments on commit 46f8ec0

Please sign in to comment.