mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
lxappearance: add wrapGAppsHook
This commit is contained in:
parent
ff4f2b6b85
commit
d015fb1edb
@ -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 New Issue
Block a user