##// END OF EJS Templates
licenses: Update license.nix to work with new enterprise derivation.
johbo -
r198:f1210dd3 default
parent child Browse files
Show More
@@ -34,9 +34,6 b' let'
34 # figure it out without calling into nix-store.
34 # figure it out without calling into nix-store.
35 enterprise = import ./default.nix {
35 enterprise = import ./default.nix {
36 doCheck = false;
36 doCheck = false;
37 with_vcsserver = false;
38 with_pyramid = false;
39 cythonize = false;
40 };
37 };
41
38
42 # For a given derivation, return the list of all dependencies
39 # For a given derivation, return the list of all dependencies
General Comments 0
You need to be logged in to leave comments. Login now