mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: qdirstat: Support wayland.
* gnu/packages/disk.scm (qdirstat)[build-system]: Switch to qt-build-system. [inputs]: Add qtwayland-5. Change-Id: Iffbf3760ad37112719dbeadcf87bb84ced30c116
This commit is contained in:
parent
064684610d
commit
bcdd965696
1 changed files with 3 additions and 1 deletions
|
|
@ -113,6 +113,7 @@
|
|||
#:use-module (guix build-system perl)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (guix build-system trivial)
|
||||
#:use-module (guix build-system scons)
|
||||
#:use-module (guix download)
|
||||
|
|
@ -1701,12 +1702,13 @@ wrapper for disk usage querying and visualisation.")
|
|||
(,(string-append
|
||||
(assoc-ref inputs "perl-uri-escape")
|
||||
"/lib/perl5/site_perl")))))))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system qt-build-system)
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
perl
|
||||
perl-uri-escape
|
||||
qtbase-5
|
||||
qtwayland-5
|
||||
zlib))
|
||||
(synopsis "Storage utilisation visualization tool")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue