mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
lxappearance: add wrapGAppsHook
This commit is contained in:
parent
ff4f2b6b85
commit
d015fb1edb
@ -5,6 +5,7 @@
|
||||
, libX11
|
||||
, gtk2
|
||||
, gtk3
|
||||
, wrapGAppsHook
|
||||
, withGtk3 ? true
|
||||
}:
|
||||
|
||||
@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user