mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
source $stdenv/setup
|
|
|
|
$unzip/bin/unzip $src
|
|
mkdir $out
|
|
mv $name/* $out/
|