##// END OF EJS Templates
nix: Import rhodecode testdata as derivation.
Martin Bornhold -
r218:6aa55c11 default
parent child Browse files
Show More
@@ -110,7 +110,7 b' let'
110 pkgs.nodePackages.grunt-cli
110 pkgs.nodePackages.grunt-cli
111 pkgs.subversion
111 pkgs.subversion
112 pytest-catchlog
112 pytest-catchlog
113 rc_testdata
113 rhodecode-testdata
114 ]);
114 ]);
115
115
116 propagatedBuildInputs = attrs.propagatedBuildInputs ++ (with self; [
116 propagatedBuildInputs = attrs.propagatedBuildInputs ++ (with self; [
@@ -198,9 +198,11 b' let'
198
198
199 });
199 });
200
200
201 rc_testdata = self.buildPythonPackage rec {
201 rhodecode-testdata = import "${rhodecode-testdata-src}/default.nix" {
202 name = "rc_testdata-0.7.0";
202 inherit
203 src = rhodecode-testdata-src;
203 doCheck
204 pkgs
205 pythonPackages;
204 };
206 };
205
207
206 };
208 };
General Comments 0
You need to be logged in to leave comments. Login now