···7 <itemizedlist spacing="compact">
8 <listitem>
9 <para>
10- Support is planned until the end of April 2022, handing over to
11 22.05.
12 </para>
13 </listitem>
···7 <itemizedlist spacing="compact">
8 <listitem>
9 <para>
10+ Support is planned until the end of June 2022, handing over to
11 22.05.
12 </para>
13 </listitem>
+1-1
nixos/doc/manual/release-notes/rl-2111.section.md
···23In addition to numerous new and upgraded packages, this release has the following highlights:
45-- Support is planned until the end of April 2022, handing over to 22.05.
67## Highlights {#sec-release-21.11-highlights}
8
···23In addition to numerous new and upgraded packages, this release has the following highlights:
45+- Support is planned until the end of June 2022, handing over to 22.05.
67## Highlights {#sec-release-21.11-highlights}
8
···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";