mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Nix: remove gpu-screen-recorder dependency
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
wl-clipboard,
|
||||
imagemagick,
|
||||
wget,
|
||||
gpu-screen-recorder, # optional
|
||||
# calendar support
|
||||
calendarSupport ? false,
|
||||
python3,
|
||||
@@ -59,9 +58,6 @@ let
|
||||
imagemagick
|
||||
wget
|
||||
]
|
||||
++ lib.optionals (stdenvNoCC.hostPlatform.system == "x86_64-linux") [
|
||||
gpu-screen-recorder
|
||||
]
|
||||
++ lib.optional calendarSupport (python3.withPackages (pp: [ pp.pygobject3 ]));
|
||||
|
||||
giTypelibPath = lib.makeSearchPath "lib/girepository-1.0" [
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
quickshell,
|
||||
alejandra,
|
||||
nixfmt,
|
||||
statix,
|
||||
deadnix,
|
||||
shfmt,
|
||||
@@ -16,7 +16,7 @@ mkShellNoCC {
|
||||
quickshell
|
||||
|
||||
# nix
|
||||
alejandra # formatter
|
||||
nixfmt # formatter
|
||||
statix # linter
|
||||
deadnix # linter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user