test nix
This commit is contained in:
+8
-6
@@ -119,12 +119,14 @@ stdenv.mkDerivation {
|
||||
++ cmakeVersionFlags;
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace shell.qml \
|
||||
--replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false'
|
||||
substituteInPlace Helpers/Hyprsunset.qml \
|
||||
--replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "temperature", `${temp}`]);' 'Quickshell.execDetached(["hyprsunset", "-t", `${temp}`]);'
|
||||
substituteInPlace Helpers/Hyprsunset.qml \
|
||||
--replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "identity"]);' 'Quickshell.execDetached(["hyprsunset", "--identity"]);'
|
||||
substituteInPlace shell.qml \
|
||||
--replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false'
|
||||
substituteInPlace Helpers/Hyprsunset.qml \
|
||||
--replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "temperature", `''${temp}`]);' \
|
||||
'Quickshell.execDetached(["hyprsunset", "-t", `''${temp}`]);'
|
||||
substituteInPlace Helpers/Hyprsunset.qml \
|
||||
--replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "identity"]);' \
|
||||
'Quickshell.execDetached(["hyprsunset", "--identity"]);'
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user