mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-18 14:26:15 +00:00
7 lines
70 B
Bash
Executable file
7 lines
70 B
Bash
Executable file
set -e
|
|
|
|
source $stdenv/setup
|
|
|
|
unzip $src
|
|
mkdir $out
|
|
mv eclipse $out/
|