Skip to content

Commit 370e2e7

Browse files
committedSep 10, 2017
v8: remove unused old versions
1 parent 8d5fc1b commit 370e2e7

File tree

3 files changed

+0
-159
lines changed

3 files changed

+0
-159
lines changed
 

‎pkgs/development/libraries/v8/3.30.33.nix

-6
This file was deleted.

‎pkgs/development/libraries/v8/4.5.nix

-145
This file was deleted.

‎pkgs/top-level/all-packages.nix

-8
Original file line numberDiff line numberDiff line change
@@ -10607,14 +10607,6 @@ with pkgs;
1060710607
inherit (python2Packages) python gyp;
1060810608
};
1060910609

10610-
v8_3_30_33 = callPackage ../development/libraries/v8/3.30.33.nix {
10611-
inherit (python2Packages) python gyp;
10612-
};
10613-
10614-
v8_4_5 = callPackage ../development/libraries/v8/4.5.nix {
10615-
inherit (python2Packages) python gyp;
10616-
};
10617-
1061810610
v8 = callPackage ../development/libraries/v8 {
1061910611
inherit (python2Packages) python gyp;
1062010612
cctools = darwin.cctools;

0 commit comments

Comments
 (0)
Please sign in to comment.