mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
fd2d743748
svn path=/nixpkgs/trunk/; revision=5212
6 lines
72 B
Bash
6 lines
72 B
Bash
source $stdenv/setup
|
|
|
|
unpackPhase
|
|
mkdir -p $out
|
|
cp -r $directory/* $out
|