mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Commented out broken packages eclipse{Spoofax,MinimalPlugins}.
Unfortunately, the package database is still broken: $ nix-env -u \* trace: Str("Deprecated use of lib.getAttr!",[]) svn path=/nixpkgs/trunk/; revision=15721
This commit is contained in:
parent
bf1efc6653
commit
fb9b06d694
|
@ -5986,18 +5986,18 @@ let
|
|||
|
||||
eclipsesdk = eclipse [];
|
||||
|
||||
eclipseSpoofax = lowPrio (appendToName "with-spoofax" (eclipse [eclipsePlugins.spoofax]));
|
||||
# eclipseSpoofax = lowPrio (appendToName "with-spoofax" (eclipse [eclipsePlugins.spoofax]));
|
||||
# eclipseCDT = import ../applications/editors/eclipse/eclipse-cdt.nix {
|
||||
# inherit fetchurl stdenv eclipse;
|
||||
# };
|
||||
# quinox p2 installer
|
||||
eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix {
|
||||
inherit fetchurl stdenv eclipse;
|
||||
};
|
||||
|
||||
eclipsePlugins = import ../applications/editors/eclipse/plugins.nix {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
# # quinox p2 installer
|
||||
# eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix {
|
||||
# inherit fetchurl stdenv eclipse;
|
||||
# };
|
||||
#
|
||||
# eclipsePlugins = import ../applications/editors/eclipse/plugins.nix {
|
||||
# inherit fetchurl stdenv;
|
||||
# };
|
||||
|
||||
ed = import ../applications/editors/ed {
|
||||
inherit fetchurl stdenv;
|
||||
|
|
Loading…
Reference in a new issue