1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: converseen: Support Wayland.

* gnu/packages/image.scm (converseen)[build-system]: Switch to qt-build-system.
[arguments]: Add qtbase.
[inputs]: Add qtwayland.

Change-Id: I41f6476a336931a1fc8c64775aa51acc08f70630
This commit is contained in:
Danny Milosavljevic
2026-03-22 14:12:51 +01:00
parent 46adc04b15
commit 70afd6b385
+3 -2
View File
@@ -145,9 +145,10 @@
(sha256
(base32
"05nm6h4d2rq0kcf2maz95zvx8hd811wdqxxbzwahq1m2az1b11cn"))))
(build-system cmake-build-system)
(build-system qt-build-system)
(arguments
(list
#:qtbase qtbase
#:tests? #false ;no tests
#:configure-flags #~(list "-DUSE_QT6=yes")
#:phases
@@ -169,7 +170,7 @@
(native-inputs
(list pkg-config qttools))
(inputs
(list imagemagick qtbase))
(list imagemagick qtbase qtwayland))
(home-page "https://converseen.fasterland.net/")
(synopsis "Batch image converter and resizer")
(description