···99 # proto_path. By default the current directory is automatically added to the
1010 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
1111 # not work because they end up in the store at different locations.
1212- installPhase = ":";
1212+ dontInstall = true;
1313 buildPhase = ''
1414 mkdir $out
1515
···99 # proto_path. By default the current directory is automatically added to the
1010 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
1111 # not work because they end up in the store at different locations.
1212- installPhase = ":";
1212+ dontInstall = true;
1313 buildPhase = ''
1414 mkdir $out
1515
···99 # proto_path. By default the current directory is automatically added to the
1010 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
1111 # not work because they end up in the store at different locations.
1212- installPhase = ":";
1212+ dontInstall = true;
1313 buildPhase = ''
1414 mkdir $out
1515
···99 # proto_path. By default the current directory is automatically added to the
1010 # proto_path. I tried using --proto_path ${./.} ${./simple.proto} and it did
1111 # not work because they end up in the store at different locations.
1212- installPhase = ":";
1212+ dontInstall = true;
1313 buildPhase = ''
1414 mkdir $out
1515
···3838 ];
39394040 # pytest-astropy is a meta package and has no tests
4141- checkPhase = ":";
4141+ doCheck = false;
42424343 meta = with lib; {
4444 description = "Meta-package containing dependencies for testing";