Merge pull request #93459 from gnidorah/rambox
rambox: add wrapGAppsHook
This commit is contained in:
commit
358cecfbd2
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, xdg_utils, dpkg, makeWrapper, autoPatchelfHook
|
{ stdenv, fetchurl, xdg_utils, dpkg, makeWrapper, autoPatchelfHook
|
||||||
, libXtst, libXScrnSaver, gtk3, nss, alsaLib, udev, libnotify
|
, libXtst, libXScrnSaver, gtk3, nss, alsaLib, udev, libnotify, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
|
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
|
||||||
|
|
||||||
nativeBuildInputs = [ dpkg makeWrapper autoPatchelfHook ];
|
nativeBuildInputs = [ dpkg makeWrapper autoPatchelfHook wrapGAppsHook ];
|
||||||
buildInputs = [ libXtst libXScrnSaver gtk3 nss alsaLib ];
|
buildInputs = [ libXtst libXScrnSaver gtk3 nss alsaLib ];
|
||||||
runtimeDependencies = [ udev.lib libnotify ];
|
runtimeDependencies = [ udev.lib libnotify ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user