From a1927c83ef72666deb203f25f0194b3c5f396a3c Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 28 Nov 2023 12:54:06 +0100 Subject: [PATCH] . --- packages/hyprland.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hyprland.scm b/packages/hyprland.scm index 418a77c..e596fc1 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -91,7 +91,7 @@ Each database is contained in a specific package output, such as the (native-inputs (list pkg-config edid-decode hwdata python-wrapper)) (build-system meson-build-system) - ;;(arguments (list #:configure-flags #~(list "--enable-silent-rules"))) + (arguments (list #:configure-flags #~(list ))) (home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info") (synopsis "Hello, GNU world: An example GNU package") (description "EDID and DisplayID library")