mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 06:44:40 +00:00
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
|