me
/
guix
Archived
1
0
Fork 0

gnu: ne: Update to 3.3.2.

* gnu/packages/text-editors.scm (ne): Update to 3.3.2.
[arguments]: Disable parallel builds.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 4283b867a1
commit 1cec2b9aa5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1148,7 +1148,7 @@ card. It offers:
(define-public ne
(package
(name "ne")
(version "3.3.1")
(version "3.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1157,7 +1157,7 @@ card. It offers:
(file-name (git-file-name name version))
(sha256
(base32
"0sg2f6lxq6cjkpd3dvlxxns82hvq826rjnams5in97pssmknr77g"))))
"16hzja0x41xz6028d8qij9rh1vkiil8qkswd8yznwlcwyl4h04wr"))))
(build-system gnu-build-system)
(native-inputs
(list perl texinfo))
@ -1165,6 +1165,7 @@ card. It offers:
(list ncurses))
(arguments
`(#:tests? #f
#:parallel-build? #f ; or enums.h may not yet be generated
#:make-flags
(list "STRIP=true" ; don't
(string-append "CC=" ,(cc-for-target))