Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

docker: only require glibc on linux where it is supported

authored by Ivan Babrou and committed by Anderson Torres f4cdf97e 6bccf90e

+1 -1
+1 -1
pkgs/applications/virtualization/docker/default.nix
··· 179 179 makeWrapper pkg-config go-md2man go libtool installShellFiles 180 180 ]; 181 181 182 - buildInputs = plugins ++ lib.optionals (lib.versionAtLeast version "23") [ 182 + buildInputs = plugins ++ lib.optionals (lib.versionAtLeast version "23" && stdenv.isLinux) [ 183 183 glibc 184 184 glibc.static 185 185 ];