mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
74 B
Bash
Executable file
8 lines
74 B
Bash
Executable file
set -e
|
|
|
|
source $stdenv/setup
|
|
|
|
unzip $src
|
|
mkdir $out
|
|
mv batik-* $out/batik
|