me
/
guix
Archived
1
0
Fork 0

gnu: tome4: Remove obsolete snippet.

* gnu/packages/games.scm (tome4)[source]: Remove snippet.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:20 +02:00
parent d32dc2fe78
commit 40f9e720a2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 9 deletions

View File

@ -7249,15 +7249,7 @@ Crowther & Woods, its original authors, in 1995. It has been known as
version ".tar.bz2"))
(sha256
(base32 "197jmd99l3w3sig32pvdlq9fcgdjjx7g9csy08kz174cyhrlyly3"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* '("src/music.h" "src/tSDL.h")
(("#elif defined(__FreeBSD__)" line)
(string-append
line " || defined(__GNUC__)")))
(substitute* '("src/tgl.h")
(("#include <GL/glext.h>") ""))))))
(modules '((guix build utils)))))
(build-system gnu-build-system)
(native-inputs
(list unzip))