diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2026-01-15 11:15:41 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-05-16 10:26:55 +0200 |
| commit | 40a2d66fe86ea60d6e2f406ed35a9b5dfd59380d (patch) | |
| tree | f6e9e943185957fe24515b1ee65f1882a1b3d452 | |
| parent | c4ebfb0977b81c1478a327dbd9938d24c9484444 (diff) | |
gnu: keepassxc: Build from git.
* gnu/packages/password-utils.scm (keepassxc): Build from git.
[source]: Use git-fetch.
[properties]: Remove release-monitoring-url.
Merges guix/guix!5635
Change-Id: I8fd94068c0cb9b156d14d202c810766bc86aee88
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rw-r--r-- | gnu/packages/password-utils.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 3ba8a91e8fa..3f59eca6a42 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -285,12 +285,13 @@ human.") | |||
| 285 | (version "2.7.12") | 285 | (version "2.7.12") |
| 286 | (source | 286 | (source |
| 287 | (origin | 287 | (origin |
| 288 | (method url-fetch) | 288 | (method git-fetch) |
| 289 | (uri (string-append "https://github.com/keepassxreboot/keepassxc" | 289 | (uri (git-reference |
| 290 | "/releases/download/" version "/keepassxc-" | 290 | (url "https://github.com/keepassxreboot/keepassxc") |
| 291 | version "-src.tar.xz")) | 291 | (commit version))) |
| 292 | (file-name (git-file-name name version)) | ||
| 292 | (sha256 | 293 | (sha256 |
| 293 | (base32 "1pm7j93xyh2h97mdshw0gy9dfnw3l7jcdiwlz2jdw6l8jyrfwd5y")))) | 294 | (base32 "1mh5h1dxfpqc196ai3kzi10f33pl6028rig6j7b81z5q4936niiw")))) |
| 294 | (build-system qt-build-system) | 295 | (build-system qt-build-system) |
| 295 | (arguments | 296 | (arguments |
| 296 | (list | 297 | (list |
| @@ -372,8 +373,6 @@ manage your passwords in a secure way. You can put all your passwords in one | |||
| 372 | database, which is locked with one master key or a key-file which can be stored | 373 | database, which is locked with one master key or a key-file which can be stored |
| 373 | on an external storage device. The databases are encrypted using the | 374 | on an external storage device. The databases are encrypted using the |
| 374 | algorithms AES or Twofish.") | 375 | algorithms AES or Twofish.") |
| 375 | (properties | ||
| 376 | '((release-monitoring-url . "https://github.com/keepassxreboot/keepassxc/releases"))) | ||
| 377 | ;; While various parts of the software are licensed under different licenses, | 376 | ;; While various parts of the software are licensed under different licenses, |
| 378 | ;; the combined work falls under the GPLv3. | 377 | ;; the combined work falls under the GPLv3. |
| 379 | (license license:gpl3))) | 378 | (license license:gpl3))) |
