summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-01-13 11:27:29 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-01-13 11:27:29 +0100
commit418f6a536f077c7c72d51092efd544e99123c313 (patch)
treef1d5d3574e6b84747e6f82af102e71e2d2315de7
parent0b78c01e18be6988580eb7979e7a6be0d9da4ff2 (diff)
downloadnixlib-418f6a536f077c7c72d51092efd544e99123c313.tar
nixlib-418f6a536f077c7c72d51092efd544e99123c313.tar.gz
nixlib-418f6a536f077c7c72d51092efd544e99123c313.tar.bz2
nixlib-418f6a536f077c7c72d51092efd544e99123c313.tar.lz
nixlib-418f6a536f077c7c72d51092efd544e99123c313.tar.xz
nixlib-418f6a536f077c7c72d51092efd544e99123c313.tar.zst
nixlib-418f6a536f077c7c72d51092efd544e99123c313.zip
gmp: add back the cpuid patch to 5.0.5
it was lost during 5.0.5 -> 5.1.0 -> 5.1.0 w/o patch -> 5.0.5 w/o patch
-rw-r--r--pkgs/development/libraries/gmp/5.0.5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gmp/5.0.5.nix b/pkgs/development/libraries/gmp/5.0.5.nix
index 62acc974caaf..dba5cafdf573 100644
--- a/pkgs/development/libraries/gmp/5.0.5.nix
+++ b/pkgs/development/libraries/gmp/5.0.5.nix
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
     sha256 = "1jfymbr90mpn0zw5sg001llqnvf2462y77vgjknrmfs1rjn8ln0z";
   };
 
+  patches = [ ./ignore-bad-cpuid.patch ];
+
   nativeBuildInputs = [ m4 ];
 
   configureFlags =