summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-01-20 21:11:49 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-01-20 21:11:49 +0000
commit777c4ea1d75f426fe97f8126b9587238bdf273b9 (patch)
tree0ee458f668e863fedd46543a295592e5114c8f9d /pkgs/system/all-packages-generic.nix
parent6737187428dad7fb262fc531290c2930689a62bc (diff)
downloadnixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.tar
nixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.tar.gz
nixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.tar.bz2
nixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.tar.lz
nixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.tar.xz
nixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.tar.zst
nixpkgs-777c4ea1d75f426fe97f8126b9587238bdf273b9.zip
* Added libXxf86vm and xf86vmext from xlibs CVS.
* Added MythTV.  But it doesn't build properly yet (it compiles fine,
  but it ignores the prefix).

svn path=/nixpkgs/trunk/; revision=2077
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 77a36224414..0f9f3f9eeb0 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -918,11 +918,10 @@ rec {
     recordingSupport = true;
   };
 
-  /*
   mythtv = (import ../applications/video/mythtv) {
-    inherit fetchurl stdenv which;
+    inherit fetchurl stdenv which qt3 x11 lame;
+    inherit (xlibs) libXinerama libXv libXxf86vm;
   };
-  */
 
   gqview = (import ../applications/graphics/gqview) {
     inherit fetchurl stdenv pkgconfig libpng;