diff options
author | Rutherther <rutherther@protonmail.com> | 2024-09-08 18:26:15 +0000 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-11-05 11:56:35 -0500 |
commit | 62a9c2d29ba5c682e34ae480fbd3c21ffdf26fb1 (patch) | |
tree | 501d3f2397d745f65a9e0959d9d3e864cfc8f91b /gnu/packages/wm.scm | |
parent | 88a6cb6fc85376d19ed3632ba384349b34318069 (diff) | |
download | guix-62a9c2d29ba5c682e34ae480fbd3c21ffdf26fb1.tar.gz guix-62a9c2d29ba5c682e34ae480fbd3c21ffdf26fb1.zip |
gnu: wlroots: Remove unneeded hwdata patch.
* gnu/packages/wm.scm (wlroots)[source]: Remove patch.
* gnu/packages/patches/wlroots-hwdata-fallback.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Change-Id: I4be3e203b99f1d8e4d837164d55a8c06c8fc71ee
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 7a93827edc..8ff76043e6 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1735,9 +1735,7 @@ functionality to display information about the most commonly used services.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83")) - ;; This patch can be removed once hwdata in Guix supports pkg-config - (patches (search-patches "wlroots-hwdata-fallback.patch")))) + (base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83")))) (build-system meson-build-system) (arguments `(#:phases |