me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/terminals.scm (beep)[arguments]: Remove "pkgdocdir="
from #:make-flags.
master
Tobias Geerinckx-Rice 2022-05-08 02:00:00 +02:00
parent e6c3e7d741
commit f04dceac72
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -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