1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl: Fix evaluation on Darwin

This commit is contained in:
Eelco Dolstra 2014-11-17 15:21:29 +01:00
parent 074af2ac1c
commit 847b7fe697

View file

@ -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.