mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
747df8295c
svn path=/nixpkgs/trunk/; revision=3902
8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
set -e
|
|
|
|
. $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir $out
|
|
mv eclipse $out/
|