Merge pull request #130518 from Mic92/lxappearance

lxappearance: add wrapGAppsHook
This commit is contained in:
Jörg Thalheim 2021-07-18 10:13:15 +01:00 committed by GitHub
commit e0e8b0f5bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, libX11
, gtk2
, gtk3
, wrapGAppsHook
, withGtk3 ? true
}:
@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
intltool
wrapGAppsHook
];
buildInputs = [