summary refs log tree commit diff
path: root/lib/systems/doubles.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-07-10 12:35:48 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-07-10 12:37:06 +0200
commitce2f74df2cade57e74c235292c8b074281903e71 (patch)
tree6cad0ed790fc874b3c344f50f9884875c3be13c7 /lib/systems/doubles.nix
parent5827ff2df69af150137bd37d3b27371d92d69157 (diff)
downloadnixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.tar
nixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.tar.gz
nixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.tar.bz2
nixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.tar.lz
nixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.tar.xz
nixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.tar.zst
nixpkgs-ce2f74df2cade57e74c235292c8b074281903e71.zip
Revert "systems/doubles.nix: add Apple doubles"
The lib tests need to be fixed as well.

This unbreaks the tarball job.

This reverts commit 00ba557856d6217121e50ea69c251e9458d9dc08.
Diffstat (limited to 'lib/systems/doubles.nix')
-rw-r--r--lib/systems/doubles.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix
index 39018d045b3..09e9089aa6f 100644
--- a/lib/systems/doubles.nix
+++ b/lib/systems/doubles.nix
@@ -13,11 +13,9 @@ let
 
     "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd"
 
-    "x86_64-cygwin" "x86_64-freebsd" "x86_64-linux"
+    "x86_64-cygwin" "x86_64-darwin" "x86_64-freebsd" "x86_64-linux"
     "x86_64-netbsd" "x86_64-openbsd" "x86_64-solaris"
 
-    "x86_64-darwin" "aarch64-ios" "armv7a-ios" "x86_64-ios" "i686-ios"
-
     "x86_64-windows" "i686-windows"
 
     "wasm64-wasi" "wasm32-wasi"