Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions pkgs/by-name/no/noctalia-shell/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# runtime deps
bluez,
brightnessctl,
cava,
cliphist,
ddcutil,
wlsunset,
Expand All @@ -33,7 +32,6 @@

bluetoothSupport ? true,
brightnessctlSupport ? true,
cavaSupport ? true,
cliphistSupport ? true,
ddcutilSupport ? true,
wlsunsetSupport ? true,
Expand All @@ -51,7 +49,6 @@ let
]
++ lib.optional bluetoothSupport bluez
++ lib.optional brightnessctlSupport brightnessctl
++ lib.optional cavaSupport cava
++ lib.optional cliphistSupport cliphist
++ lib.optional ddcutilSupport ddcutil
++ lib.optional wlsunsetSupport wlsunset
Expand All @@ -71,13 +68,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "noctalia-shell";
version = "4.6.7";
version = "4.7.1";

src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-6fuxf185uga/AaeFgN6VUygGE8bUEkzZSA1UQ1FFes4=";
hash = "sha256-h5jMVGjgrfVPufMG3AMj/HGfU/EqU/4WEK7HCKhMN2E=";
};

nativeBuildInputs = [
Expand Down
Loading