mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
9c507f1721
svn path=/nixpkgs/trunk/; revision=1554
7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
set -e
|
|
|
|
. $stdenv/setup
|
|
|
|
$unzip/bin/unzip $src
|
|
mkdir $out
|
|
mv eclipse $out/
|