mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03: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 [];
|
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 {
|
# eclipseCDT = import ../applications/editors/eclipse/eclipse-cdt.nix {
|
||||||
# inherit fetchurl stdenv eclipse;
|
# inherit fetchurl stdenv eclipse;
|
||||||
# };
|
# };
|
||||||
# quinox p2 installer
|
# # quinox p2 installer
|
||||||
eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix {
|
# eclipseMinimal = import ../applications/editors/eclipse/eclipse-p2-installer.nix {
|
||||||
inherit fetchurl stdenv eclipse;
|
# inherit fetchurl stdenv eclipse;
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
eclipsePlugins = import ../applications/editors/eclipse/plugins.nix {
|
# eclipsePlugins = import ../applications/editors/eclipse/plugins.nix {
|
||||||
inherit fetchurl stdenv;
|
# inherit fetchurl stdenv;
|
||||||
};
|
# };
|
||||||
|
|
||||||
ed = import ../applications/editors/ed {
|
ed = import ../applications/editors/ed {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
Loading…
Reference in New Issue
Block a user