From 5c2965145f322386d45db04c409fd2f8a3c3b478 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 3 Jan 2021 21:40:14 +0000 Subject: treewide: Inline more of the static overlay Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this. --- pkgs/development/libraries/libressl/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/libressl') diff --git a/pkgs/development/libraries/libressl/default.nix b/pkgs/development/libraries/libressl/default.nix index 1f6313d8caab1..ae0b63f5577fc 100644 --- a/pkgs/development/libraries/libressl/default.nix +++ b/pkgs/development/libraries/libressl/default.nix @@ -1,4 +1,6 @@ -{ stdenv, fetchurl, lib, cmake, cacert, fetchpatch, buildShared ? true }: +{ stdenv, fetchurl, lib, cmake, cacert, fetchpatch +, buildShared ? !stdenv.hostPlatform.isStatic +}: let -- cgit 1.4.1