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
|
# We can only compile perl with threading on platforms where we have a
|
||||||
# real glibc in the stdenv.
|
# real glibc in the stdenv.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user