mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
light-locker: wrapGAppsHook to nativeBuildInputs
This commit is contained in:
parent
363292b7c0
commit
5f07745f09
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -45,7 +46,6 @@ stdenv.mkDerivation rec {
|
||||
libXext
|
||||
libXxf86vm
|
||||
systemd
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user