[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: yapet: Omit duplicate licence files.
From: |
guix-commits |
Subject: |
05/07: gnu: yapet: Omit duplicate licence files. |
Date: |
Mon, 7 Dec 2020 15:59:22 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5fb085da6bc38ec6935a20d22a5d2df4e8bc7e75
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 7 21:38:28 2020 +0100
gnu: yapet: Omit duplicate licence files.
* gnu/packages/password-utils.scm (yapet)[arguments]: Set a better --docdir.
---
gnu/packages/password-utils.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index f696f8b..ffad80b 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -316,6 +316,10 @@ applications, there is xclip integration." )
(sha256
(base32 "0hpibsdry259cmvps35isr6jn9cd9fsk3r1h0ppjx9zxfrpqwldg"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list (string-append "--docdir=" (assoc-ref %outputs "out")
+ "/share/doc",name "-" ,version))))
(inputs
`(("argon2" ,argon2)
("ncurses" ,ncurses)
- branch master updated (08d8c2d -> d2ff593), guix-commits, 2020/12/07
- 01/07: gnu: thermald: Update to 2.4.1., guix-commits, 2020/12/07
- 03/07: gnu: feh: Update to 3.6.1., guix-commits, 2020/12/07
- 05/07: gnu: yapet: Omit duplicate licence files.,
guix-commits <=
- 07/07: gnu: bombadillo: Update to 2.3.3., guix-commits, 2020/12/07
- 02/07: gnu: libmanette: Update to 0.2.6., guix-commits, 2020/12/07
- 04/07: gnu: yapet: Update to 2.5., guix-commits, 2020/12/07
- 06/07: gnu: qutebrowser: Update to 1.14.1., guix-commits, 2020/12/07