···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12- installPhase = ":";
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12+ dontInstall = true;
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12- installPhase = ":";
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12+ dontInstall = true;
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12- installPhase = ":";
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12+ dontInstall = true;
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12- installPhase = ":";
13 buildPhase = ''
14 mkdir $out
15
···9 # proto_path. By default the current directory is automatically added to the
10 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
11 # not work because they end up in the store at different locations.
12+ dontInstall = true;
13 buildPhase = ''
14 mkdir $out
15
···38 ];
3940 # pytest-astropy is a meta package and has no tests
41- checkPhase = ":";
4243 meta = with lib; {
44 description = "Meta-package containing dependencies for testing";
···38 ];
3940 # pytest-astropy is a meta package and has no tests
41+ doCheck = false;
4243 meta = with lib; {
44 description = "Meta-package containing dependencies for testing";