mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qttools: Rename to qttools-5.
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
This commit is contained in:
parent
de20b74fc2
commit
eef8e2ec46
53 changed files with 207 additions and 207 deletions
|
@ -165,7 +165,7 @@ human.")
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(wrap-qt-program "keepassxc" #:output #$output #:inputs inputs))))))
|
||||
(native-inputs
|
||||
(list qttools ruby-asciidoctor))
|
||||
(list qttools-5 ruby-asciidoctor))
|
||||
(inputs
|
||||
(list argon2
|
||||
botan
|
||||
|
@ -697,7 +697,7 @@ key URIs using the standard otpauth:// scheme.")
|
|||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
(list qttools))
|
||||
(list qttools-5))
|
||||
(inputs
|
||||
(list qtbase-5 qtsvg-5))
|
||||
(home-page "https://qtpass.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue