mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
5 lines
76 B
Bash
5 lines
76 B
Bash
source $stdenv/setup
|
|
mkdir $out
|
|
mkdir $out/bin
|
|
ln -s /usr/bin/perl $out/bin
|