mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Add glib and polkit dependencies to package.nix
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
pam,
|
||||
curl,
|
||||
libwebp,
|
||||
glib,
|
||||
polkit
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -57,6 +59,8 @@ stdenv.mkDerivation {
|
||||
pam
|
||||
curl
|
||||
libwebp
|
||||
glib
|
||||
polkit
|
||||
];
|
||||
|
||||
mesonBuildType = "release";
|
||||
|
||||
Reference in New Issue
Block a user