summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:02 +0200
commit40f9e720a27528f5de3079aba67f687be59a9f7f (patch)
treed455ddab659fce702ff5cda195b82da7e4954717 /gnu
parentd32dc2fe78d55c4058ba8e1b4a66461c6e488976 (diff)
downloadguix-40f9e720a27528f5de3079aba67f687be59a9f7f.tar.gz
gnu: tome4: Remove obsolete snippet.
* gnu/packages/games.scm (tome4)[source]: Remove snippet.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f58720e41a..a772519520 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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))