nixpkgs/pkgs/development/interpreters/sys-perl/default.nix
Eelco Dolstra ec6eb9c473 * On Darwin, use the system Perl instead of building our own for now.
* Build Subversion for Darwin.

svn path=/nixpkgs/trunk/; revision=1120
2004-07-01 16:57:31 +00:00

7 lines
78 B
Nix

{stdenv}:
stdenv.mkDerivation {
name = "perl";
builder = ./builder.sh;
}