Skip to content

Commit 450685e

Browse files
committedSep 10, 2017
v8: remove unused old versions
1 parent 18695b5 commit 450685e

File tree

3 files changed

+0
-159
lines changed

3 files changed

+0
-159
lines changed
 

Diff for: ‎pkgs/development/libraries/v8/3.30.33.nix

-6
This file was deleted.

Diff for: ‎pkgs/development/libraries/v8/4.5.nix

-145
This file was deleted.

Diff for: ‎pkgs/top-level/all-packages.nix

-8
Original file line numberDiff line numberDiff line change
@@ -10645,14 +10645,6 @@ with pkgs;
1064510645
inherit (python2Packages) python gyp;
1064610646
};
1064710647

10648-
v8_3_30_33 = callPackage ../development/libraries/v8/3.30.33.nix {
10649-
inherit (python2Packages) python gyp;
10650-
};
10651-
10652-
v8_4_5 = callPackage ../development/libraries/v8/4.5.nix {
10653-
inherit (python2Packages) python gyp;
10654-
};
10655-
1065610648
v8 = callPackage ../development/libraries/v8 {
1065710649
inherit (python2Packages) python gyp;
1065810650
cctools = darwin.cctools;

0 commit comments

Comments
 (0)
Please sign in to comment.