mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
8 lines
65 B
Bash
8 lines
65 B
Bash
|
set -e
|
||
|
|
||
|
. $stdenv/setup
|
||
|
|
||
|
unzip $src
|
||
|
mkdir $out
|
||
|
mv eclipse $out/
|