···89 which introduced some breaking changes to the experimental OCI
90 manifest format. See
91 <link xlink:href="https://github.com/helm/community/blob/main/hips/hip-0006.md">HIP
92- 6</link> for more details.
093 </para>
94 </listitem>
95 <listitem>
···89 which introduced some breaking changes to the experimental OCI
90 manifest format. See
91 <link xlink:href="https://github.com/helm/community/blob/main/hips/hip-0006.md">HIP
92+ 6</link> for more details. <literal>helmfile</literal> also
93+ defaults to 0.141.0, which is the minimum compatible version.
94 </para>
95 </listitem>
96 <listitem>
+1
nixos/doc/manual/release-notes/rl-2111.section.md
···31- Pantheon desktop has been updated to version 6. Due to changes of screen locker, if locking doesn't work for you, please try `gsettings set org.gnome.desktop.lockdown disable-lock-screen false`.
3233- `kubernetes-helm` now defaults to 3.7.0, which introduced some breaking changes to the experimental OCI manifest format. See [HIP 6](https://github.com/helm/community/blob/main/hips/hip-0006.md) for more details.
03435- GNOME has been upgraded to 41. Please take a look at their [Release Notes](https://help.gnome.org/misc/release-notes/41.0/) for details.
36
···31- Pantheon desktop has been updated to version 6. Due to changes of screen locker, if locking doesn't work for you, please try `gsettings set org.gnome.desktop.lockdown disable-lock-screen false`.
3233- `kubernetes-helm` now defaults to 3.7.0, which introduced some breaking changes to the experimental OCI manifest format. See [HIP 6](https://github.com/helm/community/blob/main/hips/hip-0006.md) for more details.
34+ `helmfile` also defaults to 0.141.0, which is the minimum compatible version.
3536- GNOME has been upgraded to 41. Please take a look at their [Release Notes](https://help.gnome.org/misc/release-notes/41.0/) for details.
37
···7 specify the native dependencies correctly the first time.
8 (Might be nice to ensure the cache directories exist)
93. Add native libraries and whatever else is needed to quicklisp-to-nix-overrides.nix.
0104. Sometimes there are problems with loading implementation-provided systems.
11 In this case you might need to add more systems in the implementation's (so
12 SBCL's) entry into *implementation-systems* in quicklisp-to-nix/system-info.lisp
···7 specify the native dependencies correctly the first time.
8 (Might be nice to ensure the cache directories exist)
93. Add native libraries and whatever else is needed to quicklisp-to-nix-overrides.nix.
10+ If libraries are needed during package analysis then add them to shell.nix, too.
114. Sometimes there are problems with loading implementation-provided systems.
12 In this case you might need to add more systems in the implementation's (so
13 SBCL's) entry into *implementation-systems* in quicklisp-to-nix/system-info.lisp
···2args @ { fetchurl, ... }:
3rec {
4 baseName = "closer-mop";
5- version = "20210411-git";
67 description = "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.";
89 deps = [ ];
1011 src = fetchurl {
12- url = "http://beta.quicklisp.org/archive/closer-mop/2021-04-11/closer-mop-20210411-git.tgz";
13- sha256 = "0pynql962m2z7wqnmd51a2xm3wsqvgfxcq9maw2br0zs0icys236";
14 };
1516 packageName = "closer-mop";
···20}
21/* (SYSTEM closer-mop DESCRIPTION
22 Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.
23- SHA256 0pynql962m2z7wqnmd51a2xm3wsqvgfxcq9maw2br0zs0icys236 URL
24- http://beta.quicklisp.org/archive/closer-mop/2021-04-11/closer-mop-20210411-git.tgz
25- MD5 05b05d98ad294f8bd6f9779d04cc848a NAME closer-mop FILENAME closer-mop
26- DEPS NIL DEPENDENCIES NIL VERSION 20210411-git SIBLINGS NIL PARASITES NIL) */
···2args @ { fetchurl, ... }:
3rec {
4 baseName = "closer-mop";
5+ version = "20210807-git";
67 description = "Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.";
89 deps = [ ];
1011 src = fetchurl {
12+ url = "http://beta.quicklisp.org/archive/closer-mop/2021-08-07/closer-mop-20210807-git.tgz";
13+ sha256 = "1b3h6fw4wh11brmvi9p0j50zynbp7bgbhshcbngmd0ffdpinkh15";
14 };
1516 packageName = "closer-mop";
···20}
21/* (SYSTEM closer-mop DESCRIPTION
22 Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.
23+ SHA256 1b3h6fw4wh11brmvi9p0j50zynbp7bgbhshcbngmd0ffdpinkh15 URL
24+ http://beta.quicklisp.org/archive/closer-mop/2021-08-07/closer-mop-20210807-git.tgz
25+ MD5 02b29c503d823ca9701b231c23bbd3cd NAME closer-mop FILENAME closer-mop
26+ DEPS NIL DEPENDENCIES NIL VERSION 20210807-git SIBLINGS NIL PARASITES NIL) */