guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]