mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
93ab1e0724
svn path=/nixpkgs/trunk/; revision=17974
8 lines
86 B
Bash
8 lines
86 B
Bash
source $stdenv/setup
|
|
ensureDir $out
|
|
|
|
unzip $src
|
|
mv ec2-api-tools-*/* $out
|
|
|
|
fixupPhase
|