nix test 8

This commit is contained in:
Zacharias-Brohn
2025-11-23 22:27:52 +01:00
parent ff39f2acb8
commit 4afd015ae2
2 changed files with 1 additions and 15 deletions
-13
View File
@@ -6,7 +6,6 @@
makeFontsConf,
app2unit,
swappy,
libqalculate,
bash,
hyprland,
material-symbols,
@@ -18,9 +17,6 @@
cmake,
ninja,
pkg-config,
debug ? false,
withCli ? false,
extraRuntimeDeps ? [],
}: let
version = "1.0.0";
@@ -28,7 +24,6 @@
[
app2unit
swappy
libqalculate
bash
hyprland
];
@@ -60,19 +55,11 @@ in
cmakeFlags =
[
(lib.cmakeFeature "ENABLE_MODULES" "shell")
(lib.cmakeFeature "INSTALL_QSCONFDIR" "${placeholder "out"}/share/zshell")
];
dontStrip = debug;
prePatch = ''
substituteInPlace assets/pam.d/fprint \
--replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so
substituteInPlace shell.qml \
--replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false'
'';
passthru = {
inherit plugin;
};