diff --git a/packages/hyprland.scm b/packages/hyprland.scm index 785349a..819e52e 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -88,11 +88,9 @@ Each database is contained in a specific package output, such as the (commit "0.1.1"))) (file-name (git-file-name name version)) (sha256 (base32 "1ffq7w1ig1y44rrmkv1hvfjylzgq7f9nlnnsdgdv7pmcpfh45pgf")))) - (arguments - (list - #:tests? #f)) (native-inputs (list pkg-config edid-decode hwdata python-wrapper)) + (inputs (list python)) (build-system meson-build-system) (home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info") (synopsis "Hello, GNU world: An example GNU package")