me
/
guix
Archived
1
0
Fork 0

gnu: ncdu-2: Remove redundant make-flag.

* gnu/packages/ncdu.scm (ncdu-2)[arguments]: Remove make-flag setting
CPU to baseline.

Change-Id: If2770d381404621648f53a8e64da8ffafcc33a8d
Efraim Flashner 2023-12-03 09:47:43 +02:00
parent a8a7153996
commit 823c6f745a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ ncurses installed.")
#:make-flags
#~(list (string-append "PREFIX=" #$output)
(string-append "CC=" #$(cc-for-target))
;; XXX By default, zig builds with -march=native!
(string-append "ZIG_FLAGS=-Drelease-fast -Dcpu=baseline"))
(string-append "ZIG_FLAGS=-Drelease-fast"))
#:phases
#~(modify-phases %standard-phases
(delete 'configure) ; No configure script.