julia: Remove version 0.7
This commit is contained in:
parent
ce065c6251
commit
0a74834acf
2 changed files with 0 additions and 14 deletions
|
@ -1,9 +0,0 @@
|
|||
import ./shared.nix {
|
||||
majorVersion = "0";
|
||||
minorVersion = "7";
|
||||
maintenanceVersion = "0";
|
||||
src_sha256 = "1j57569qm2ii8ddzsp08hds2navpk7acdz83kh27dvk44axhwj6f";
|
||||
|
||||
libuvVersion = "ed3700c849289ed01fe04273a7bf865340b2bd7e";
|
||||
libuvSha256 = "137w666zsjw1p0ma3lf94d75hr1q45sgkfmbizkyji2qm57cnxjs";
|
||||
}
|
|
@ -9277,11 +9277,6 @@ in
|
|||
|
||||
javacard-devkit = pkgsi686Linux.callPackage ../development/compilers/javacard-devkit { };
|
||||
|
||||
julia_07 = callPackage ../development/compilers/julia/0.7.nix {
|
||||
gmp = gmp6;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||
};
|
||||
|
||||
julia_10 = callPackage ../development/compilers/julia/1.0.nix {
|
||||
gmp = gmp6;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||
|
|
Loading…
Reference in a new issue