me
/
guix
Archived
1
0
Fork 0

gnu: knights: Fix build.

* gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add
"CXXFLAGS=-lpthread".

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Jesse Gibbons 2020-04-05 20:47:02 -06:00 committed by Oleg Pykhalov
parent 6a14917a16
commit 6fba1f4ded
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 1 deletions

View File

@ -1367,7 +1367,8 @@ built-in level editor.")
(build-system gnu-build-system)
(arguments
'(#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
"CXXFLAGS=-lpthread")
#:phases
(modify-phases %standard-phases
;; No configure script.