noctalia-shell: 4.3.0 -> 4.4.1

This commit is contained in:
Gliczy
2026-02-10 17:53:37 +01:00
parent b6aa28ad6e
commit 191fd76a8a
+4 -2
View File
@@ -19,6 +19,7 @@
wget,
gpu-screen-recorder,
python3,
wayland-scanner,
# calendar support
evolution-data-server,
@@ -64,13 +65,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "noctalia-shell";
version = "4.3.0";
version = "4.4.1";
src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-u+M2dCw9PznZTgn51DwHpX4VcU9ZC9Acub7qKhCpr3c=";
hash = "sha256-ozr4zO+T7o7FkPRTLpAymnb3K9+hc9OIN1lq0i5oWbs=";
};
nativeBuildInputs = [
@@ -100,6 +101,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
preFixup = ''
qtWrapperArgs+=(
--prefix PATH : ${lib.makeBinPath runtimeDeps}
--prefix XDG_DATA_DIRS : ${wayland-scanner}/share
--add-flags "-p $out/share/noctalia-shell"
${lib.optionalString calendarSupport "--prefix GI_TYPELIB_PATH : ${giTypelibPath}"}
)