mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
8 lines
70 B
Bash
Executable file
8 lines
70 B
Bash
Executable file
set -e
|
|
|
|
source $stdenv/setup
|
|
|
|
unzip $src
|
|
mkdir $out
|
|
mv eclipse $out/
|