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 @@ to all types of devices that provide serial consoles.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags
|
(list #:make-flags
|
||||||
#~(list (string-append "CC=" #$(cc-for-target))
|
#~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "prefix=" #$output)
|
(string-append "prefix=" #$output))
|
||||||
(string-append "pkgdocdir=$(docdir)/" #$name "-" #$version))
|
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure) ; no configure script
|
(delete 'configure) ; no configure script
|
||||||
|
|
Reference in a new issue