This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-02-18 17:10:27 +00:00
Code
Issues
Wiki
Activity
ffd49c15df
nixpkgs
/
pkgs
/
applications
/
editors
/
eclipse
/
builder.sh
8 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Added Eclipse. Currently, this is a simple unzip of the binary distribution. Todo 1: create a binary distribution in Nix. Todo 2: build the native libraries in Nix. svn path=/nixpkgs/trunk/; revision=1554
2004-10-13 15:21:20 +01:00
set
-e
.
$stdenv
/setup
Updated Eclipse to 3.1 svn path=/nixpkgs/trunk/; revision=3902
2005-09-19 13:43:33 +01:00
tar zxvf
$src
Added Eclipse. Currently, this is a simple unzip of the binary distribution. Todo 1: create a binary distribution in Nix. Todo 2: build the native libraries in Nix. svn path=/nixpkgs/trunk/; revision=1554
2004-10-13 15:21:20 +01:00
mkdir
$out
mv eclipse
$out
/
Copy permalink