gnu: beep: Drop obsolete $(pkgdocdir) make flag.
* gnu/packages/terminals.scm (beep)[arguments]: Remove "pkgdocdir=" from #:make-flags.
This commit is contained in:
parent
e6c3e7d741
commit
f04dceac72
1 changed files with 1 additions and 2 deletions
|
@ -578,8 +578,7 @@ (define-public beep
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue