* Remove the workaround for NIXPKGS-30.

* Add MythTV to the channel.

svn path=/nixpkgs/trunk/; revision=6741
This commit is contained in:
Eelco Dolstra 2006-10-17 08:00:50 +00:00
parent 6aefff0061
commit 76125fb2bc
2 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{ stdenv, fetchurl, which, qt3, x11
, libX11, libXinerama, libXv, libXxf86vm, libXrandr, libXmu
, lame, zlib, mesa}:
, lame, zlib, mesa
}:
assert qt3.mysqlSupport;
@ -25,8 +26,4 @@ stdenv.mkDerivation {
./settings.patch
./purity.patch # don't search in /usr/include etc.
];
/* Quick workaround for NIXPKGS-30 to get floor() etc. to work in
MythTV. Can be removed once NIXPKGS-30 has been fixed. */
NIX_CFLAGS_COMPILE = "-ffast-math";
}

View file

@ -76,6 +76,7 @@ let {
mktemp
mono
mysql
mythtv
nix
nxml
# octave