···77 <itemizedlist spacing="compact">
88 <listitem>
99 <para>
1010- Support is planned until the end of April 2022, handing over to
1010+ Support is planned until the end of June 2022, handing over to
1111 22.05.
1212 </para>
1313 </listitem>
+1-1
nixos/doc/manual/release-notes/rl-2111.section.md
···2233In addition to numerous new and upgraded packages, this release has the following highlights:
4455-- Support is planned until the end of April 2022, handing over to 22.05.
55+- Support is planned until the end of June 2022, handing over to 22.05.
6677## Highlights {#sec-release-21.11-highlights}
88
···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";