gnu: tome4: Remove obsolete snippet.
* gnu/packages/games.scm (tome4)[source]: Remove snippet.
This commit is contained in:
parent
d32dc2fe78
commit
40f9e720a2
1 changed files with 1 additions and 9 deletions
|
@ -7249,15 +7249,7 @@ (define-public tome4
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "197jmd99l3w3sig32pvdlq9fcgdjjx7g9csy08kz174cyhrlyly3"))
|
(base32 "197jmd99l3w3sig32pvdlq9fcgdjjx7g9csy08kz174cyhrlyly3"))
|
||||||
(modules '((guix build utils)))
|
(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>") ""))))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list unzip))
|
(list unzip))
|
||||||
|
|
Loading…
Reference in a new issue