mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
set -e
|
|
source $stdenv/setup
|
|
|
|
$unzip/bin/unzip $src
|
|
mkdir -p $out
|
|
mv junit*/* $out
|