Merge pull request #603 from emsquid/patch-1

nix: fix unsupportedSystem for gpu-screen-recorder
This commit is contained in:
orangc
2024-12-24 16:35:31 +03:00
committed by GitHub

View File

@@ -49,7 +49,6 @@
pkgs.glib pkgs.glib
pkgs.bluez-tools pkgs.bluez-tools
pkgs.grimblast pkgs.grimblast
pkgs.gpu-screen-recorder
pkgs.brightnessctl pkgs.brightnessctl
pkgs.gnome-bluetooth pkgs.gnome-bluetooth
(pkgs.python3.withPackages (python-pkgs: with python-pkgs; [ (pkgs.python3.withPackages (python-pkgs: with python-pkgs; [
@@ -67,7 +66,7 @@
pkgs.gvfs pkgs.gvfs
pkgs.swww pkgs.swww
pkgs.pywal pkgs.pywal
]; ] ++ (nixpkgs.lib.optionals (system == "x86_64-linux") [pkgs.gpu-screen-recorder]);
}; };
}); });