about summary refs log tree commit diff
path: root/pkgs/stdenv/darwin/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-03-01 23:11:54 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-26 21:54:47 -0400
commit2ecc1d1599f446579e0ba6e34fbb83296cc21ed4 (patch)
tree662afbe3f83d765399e0d5283ed25eaeca266f7a /pkgs/stdenv/darwin/default.nix
parent7f08b28bbfa628efd5b3529802b4587d73f5f36b (diff)
downloadnixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.tar
nixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.tar.gz
nixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.tar.bz2
nixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.tar.lz
nixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.tar.xz
nixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.tar.zst
nixlib-2ecc1d1599f446579e0ba6e34fbb83296cc21ed4.zip
stdenv/darwin: move secure-format patch to gnum4
This is the only derivation that needs it anymore.
Diffstat (limited to 'pkgs/stdenv/darwin/default.nix')
-rw-r--r--pkgs/stdenv/darwin/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/stdenv/darwin/default.nix b/pkgs/stdenv/darwin/default.nix
index edbc84b9a68a..3102b255c0a6 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -132,9 +132,6 @@ in rec {
         extraAttrs = {
           inherit platform;
           parent = last;
-
-          # This is used all over the place so I figured I'd just leave it here for now
-          secure-format-patch = ./darwin-secure-format.patch;
         };
         overrides  = self: super: (overrides self super) // { fetchurl = thisStdenv.fetchurlBoot; };
       };
@@ -420,9 +417,6 @@ in rec {
       inherit platform bootstrapTools;
       libc         = pkgs.darwin.Libsystem;
       shellPackage = pkgs.bash;
-
-      # This is used all over the place so I figured I'd just leave it here for now
-      secure-format-patch = ./darwin-secure-format.patch;
     };
 
     allowedRequisites = (with pkgs; [