diff options
Diffstat (limited to 'sigils/packages/hyprland.scm')
-rw-r--r-- | sigils/packages/hyprland.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigils/packages/hyprland.scm b/sigils/packages/hyprland.scm index 84bcbc3..0a346de 100644 --- a/sigils/packages/hyprland.scm +++ b/sigils/packages/hyprland.scm @@ -478,7 +478,7 @@ screen on Hyprland.") (native-inputs (package-native-inputs hyprland)) (inputs (modify-inputs (package-inputs hyprland) (append hyprland))) - (arguments (list ;#:build-type "release" + (arguments (list #:build-type "release" #:phases #~(modify-phases %standard-phases (add-after 'unpack 'chdir-plugin (lambda _ |