cypress: fix missing GSettings schemas
This commit is contained in:
parent
b1fc8e24a2
commit
fbee9d3edf
@ -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{
|
stdenv.mkDerivation rec{
|
||||||
pname = "cypress";
|
pname = "cypress";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec{
|
|||||||
# don't remove runtime deps
|
# don't remove runtime deps
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ autoPatchelfHook wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = with xorg; [
|
buildInputs = with xorg; [
|
||||||
libXScrnSaver libXdamage libXtst
|
libXScrnSaver libXdamage libXtst
|
||||||
|
Loading…
Reference in New Issue
Block a user