summary refs log tree commit diff
path: root/pkgs/tools/security/crackxls
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-03-15 19:35:07 +0300
committerNikolay Amiantov <ab@fmap.me>2016-03-24 20:16:17 +0300
commit0c6db0ca48612f18e5c2b744dfa385ba8eecc950 (patch)
treeb09a03993f3aabe6d2f6635e345eb3ee044f7f47 /pkgs/tools/security/crackxls
parent89693e71b9c89b348ef2173180c4965c0e7d8357 (diff)
downloadnixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.tar
nixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.tar.gz
nixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.tar.bz2
nixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.tar.lz
nixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.tar.xz
nixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.tar.zst
nixlib-0c6db0ca48612f18e5c2b744dfa385ba8eecc950.zip
cc-wrapper: add option to skip flags for native optimizations
Diffstat (limited to 'pkgs/tools/security/crackxls')
-rw-r--r--pkgs/tools/security/crackxls/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/tools/security/crackxls/default.nix b/pkgs/tools/security/crackxls/default.nix
index c8ea45a39dbe..f4c92ac701f4 100644
--- a/pkgs/tools/security/crackxls/default.nix
+++ b/pkgs/tools/security/crackxls/default.nix
@@ -13,12 +13,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ pkgconfig autoconf automake openssl libgsf gmp ];
 
-  patchPhase = ''
-    substituteInPlace Makefile.in \
-      --replace '-march=native' "" \
-      --replace '-mtune=native' ""
-  '';
-
   installPhase =
   ''
     mkdir -p $out/bin