summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-26 20:40:05 -0500
committerJohn Ericson <Ericson2314@yahoo.com>2018-01-26 21:22:00 -0500
commit57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1 (patch)
tree0ed9bc83a911294e7259db8b942b8029b6c79bef /lib
parent16a50f5a07bc1cffaa62acf4464405350bcd3c6e (diff)
downloadnixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.tar
nixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.tar.gz
nixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.tar.bz2
nixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.tar.lz
nixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.tar.xz
nixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.tar.zst
nixpkgs-57b01b1bcf77fc86b82f84e3c0d4904e2464a1b1.zip
lib, openssl: Get rid of openssl.system
We compute it on the fly, careful to avoid any mass rebuilds for now.
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/examples.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 31d96ab28f7..5fc36c5b056 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -15,7 +15,6 @@ rec {
     float = "soft";
     libc = "glibc";
     platform = platforms.sheevaplug;
-    openssl.system = "linux-generic32";
   };
 
   raspberryPi = rec {
@@ -25,7 +24,6 @@ rec {
     fpu = "vfp";
     libc = "glibc";
     platform = platforms.raspberrypi;
-    openssl.system = "linux-generic32";
   };
 
   armv7l-hf-multiplatform = rec {
@@ -35,7 +33,6 @@ rec {
     fpu = "vfpv3-d16";
     libc = "glibc";
     platform = platforms.armv7l-hf-multiplatform;
-    openssl.system = "linux-generic32";
   };
 
   aarch64-multiplatform = rec {
@@ -54,12 +51,8 @@ rec {
     arch = "armv5tel";
     config = "armv5tel-unknown-linux-gnueabi";
     float = "soft";
-
-    platform = platforms.pogoplug4;
-
     libc = "glibc";
-
-    openssl.system = "linux-generic32";
+    platform = platforms.pogoplug4;
   };
 
   fuloongminipc = rec {
@@ -68,7 +61,6 @@ rec {
     float = "hard";
     libc = "glibc";
     platform = platforms.fuloong2f_n32;
-    openssl.system = "linux-generic32";
   };
 
   #