mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #130518 from Mic92/lxappearance
lxappearance: add wrapGAppsHook
This commit is contained in:
commit
e0e8b0f5bb
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
, libX11
|
, libX11
|
||||||
, gtk2
|
, gtk2
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, wrapGAppsHook
|
||||||
, withGtk3 ? true
|
, withGtk3 ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
intltool
|
intltool
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue