mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
perl: Fix evaluation on Darwin
This commit is contained in:
parent
074af2ac1c
commit
847b7fe697
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, enableThreading ? true }:
|
||||
{ stdenv, fetchurl, enableThreading ? stdenv ? glibc }:
|
||||
|
||||
# We can only compile perl with threading on platforms where we have a
|
||||
# real glibc in the stdenv.
|
||||
|
|
Loading…
Reference in a new issue