Merge pull request #65058 from mmahut/cypresss

cypress: fix missing GSettings schemas
This commit is contained in:
Aaron Andersen 2019-07-19 21:21:28 -04:00 committed by GitHub
commit 46f8ec0278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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