guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: beep: Drop obsolete $(pkgdocdir) make flag.


From: guix-commits
Subject: 13/13: gnu: beep: Drop obsolete $(pkgdocdir) make flag.
Date: Wed, 11 May 2022 18:31:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f04dceac726873f0fef725eb05f5f7ca0cb204b3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 8 02:00:00 2022 +0200

    gnu: beep: Drop obsolete $(pkgdocdir) make flag.
    
    * gnu/packages/terminals.scm (beep)[arguments]: Remove "pkgdocdir="
    from #:make-flags.
---
 gnu/packages/terminals.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 2367eccb3b..c5877affc2 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -578,8 +578,7 @@ to all types of devices that provide serial consoles.")
     (arguments
      (list #:make-flags
            #~(list (string-append "CC=" #$(cc-for-target))
-                   (string-append "prefix=" #$output)
-                   (string-append "pkgdocdir=$(docdir)/" #$name "-" #$version))
+                   (string-append "prefix=" #$output))
            #:phases
            #~(modify-phases %standard-phases
                (delete 'configure)      ; no configure script



reply via email to

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