summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/generator/default.nix13
-rw-r--r--pkgs/games/generator/soundcard.patch20
2 files changed, 0 insertions, 33 deletions
diff --git a/pkgs/games/generator/default.nix b/pkgs/games/generator/default.nix
deleted file mode 100644
index 8644d6d8210f..000000000000
--- a/pkgs/games/generator/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{stdenv, fetchurl, gtk, SDL, nasm}:
-
-stdenv.mkDerivation {
-  name = "generator-0.35-cbiere-20050503";
-  src = fetchurl {
-    url = http://www.ghostwhitecrab.com/generator/generator-0.35-cbiere.tar.bz2;
-    md5 = "bce3326c165d74e8a00e50355b653e08";
-  };
-  configureFlags = "--with-gtk --with-raze --with-sdl-audio";
-  buildInputs = [gtk SDL nasm];
-  # Only required when not using SDL audio.
-#  patches = [./soundcard.patch];
-}
diff --git a/pkgs/games/generator/soundcard.patch b/pkgs/games/generator/soundcard.patch
deleted file mode 100644
index 73cf8fad6953..000000000000
--- a/pkgs/games/generator/soundcard.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -rc generator-orig/main/gensoundp-unix.c generator-0.35-cbiere/main/gensoundp-unix.c
-*** generator-orig/main/gensoundp-unix.c	2004-09-26 19:07:44.000000000 +0200
---- generator-0.35-cbiere/main/gensoundp-unix.c	2004-09-26 19:07:56.000000000 +0200
-***************
-*** 196,202 ****
-  #include <soundcard.h>
-  #else
-  
-! #ifdef HAVE_SOUNDCARD_H
-  #include <sys/soundcard.h>
-  #endif
-  
---- 196,202 ----
-  #include <soundcard.h>
-  #else
-  
-! #ifdef HAVE_SYS_SOUNDCARD_H
-  #include <sys/soundcard.h>
-  #endif
-