mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Avoid CamelCase in filenames and add buildEclipse
This commit is contained in:
parent
ace6ed9127
commit
6115684b73
2 changed files with 2 additions and 4 deletions
|
@ -8,11 +8,9 @@
|
|||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
let
|
||||
rec {
|
||||
|
||||
buildEclipse = import ./buildEclipse.nix args;
|
||||
|
||||
in {
|
||||
buildEclipse = import ./build-eclipse.nix args;
|
||||
|
||||
eclipse_sdk_35 = buildEclipse {
|
||||
name = "eclipse-sdk-3.5.2";
|
||||
|
|
Loading…
Reference in a new issue