release: remove gcjXX references to fix tarball
This commit is contained in:
parent
16e224b93a
commit
b60d44a00a
@ -372,8 +372,6 @@ let
|
|||||||
gajim = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
gajim = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
gav = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
gav = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
gcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
gcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
gcj44 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
|
||||||
gcj46 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
|
||||||
gcl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
gcl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
gdb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
gdb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
gdbCross = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
gdbCross = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
|
@ -51,7 +51,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc42 = linux;
|
gcc42 = linux;
|
||||||
gcc44 = linux;
|
gcc44 = linux;
|
||||||
gcj44 = linux;
|
gcj = linux;
|
||||||
ghdl = linux;
|
ghdl = linux;
|
||||||
glibc = linux;
|
glibc = linux;
|
||||||
glibcLocales = linux;
|
glibcLocales = linux;
|
||||||
|
@ -115,7 +115,7 @@ let
|
|||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc42 = linux;
|
gcc42 = linux;
|
||||||
gcc44 = linux;
|
gcc44 = linux;
|
||||||
gcj44 = linux;
|
gcj = linux;
|
||||||
ghdl = linux;
|
ghdl = linux;
|
||||||
ghostscript = linux;
|
ghostscript = linux;
|
||||||
ghostscriptX = linux;
|
ghostscriptX = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user