mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
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
|