summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-28 13:06:07 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-28 13:06:07 +0000
commit9d67ff2a4830343197378dc84e8dec93d941c4b9 (patch)
tree8f2a2591439946751f88518c14d3d808addc837f /pkgs/misc
parent4b36b6132ff2de7a758b51eeae2c529a2edff0f9 (diff)
downloadnixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.tar
nixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.tar.gz
nixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.tar.bz2
nixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.tar.lz
nixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.tar.xz
nixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.tar.zst
nixlib-9d67ff2a4830343197378dc84e8dec93d941c4b9.zip
Remove glib-1.x and its reverse dependencies
Nobody told me that he uses generator or xmms, so I'm removing this old stuff.

svn path=/nixpkgs/trunk/; revision=31907
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/generator/default.nix13
-rw-r--r--pkgs/misc/emulators/generator/soundcard.patch20
2 files changed, 0 insertions, 33 deletions
diff --git a/pkgs/misc/emulators/generator/default.nix b/pkgs/misc/emulators/generator/default.nix
deleted file mode 100644
index b4bf72d79d6b..000000000000
--- a/pkgs/misc/emulators/generator/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{stdenv, fetchurl, gtk, SDL, nasm, zlib, bzip2, libjpeg}:
-
-stdenv.mkDerivation { 
-  name = "generator-0.35-cbiere-r3";
-  src = fetchurl {
-    url = http://www.ghostwhitecrab.com/generator/generator-0.35-cbiere-r3.tar.bz2;
-    sha256 = "0jw2ibbjyms9sklapnb6pzkmk680zsqq9pd51r2n4957zv1f36jd";
-  };
-  configureFlags = "--with-gtk --with-raze --with-sdl-audio";
-  buildInputs = [gtk SDL nasm zlib bzip2 libjpeg];
-  # Only required when not using SDL audio.
-#  patches = [./soundcard.patch];
-}
diff --git a/pkgs/misc/emulators/generator/soundcard.patch b/pkgs/misc/emulators/generator/soundcard.patch
deleted file mode 100644
index 73cf8fad6953..000000000000
--- a/pkgs/misc/emulators/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
-