3
0
Fork 0
forked from mirrors/nixpkgs

cypress: fix missing GSettings schemas

This commit is contained in:
Marek Mahut 2019-07-19 09:26:13 +02:00
parent b1fc8e24a2
commit fbee9d3edf

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