From 0e9affeed4e7ee42d5658c7c283085b82ef55539 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 15 Oct 2006 18:59:19 +0000 Subject: * Quick fix for MythTV (NIXPKGS-30). svn path=/nixpkgs/trunk/; revision=6737 --- pkgs/applications/video/mythtv/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/video/mythtv') diff --git a/pkgs/applications/video/mythtv/default.nix b/pkgs/applications/video/mythtv/default.nix index 52bfb76529f9..c4b40178b32d 100644 --- a/pkgs/applications/video/mythtv/default.nix +++ b/pkgs/applications/video/mythtv/default.nix @@ -25,4 +25,8 @@ 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"; } -- cgit 1.4.1