diff --git a/packages/hyprland.scm b/packages/hyprland.scm index b58dcf5..34a7afd 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -58,7 +58,7 @@ #:configure-flags #~(list (string-append "--datadir=" #$output "/share")) #:phases #~(modify-phases %standard-phases - (replace 'install + (add-after 'install 'post-install (lambda _ (install-file "iab.txt" (string-append #$output:iab "/share/hwdata")) (install-file "oui.txt" (string-append #$output:oui "/share/hwdata"))