···11# Stale bot information
2233- Thanks for your contribution!
44+- Our stale bot will never close an issue or PR.
45- To remove the stale label, just leave a new comment.
56- _How to find the right people to ping?_ → [`git blame`](https://git-scm.com/docs/git-blame) to the rescue! (or GitHub's history and blame buttons.)
67- You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/), [our Matrix room](https://matrix.to/#/#nix:nixos.org), or on the [#nixos IRC channel](https://web.libera.chat/#nixos).
+1-2
.github/stale.yml
···55 - "1.severity: security"
66 - "2.status: never-stale"
77staleLabel: "2.status: stale"
88-markComment: |
99- I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
88+markComment: false
109closeComment: false
···26722672 </listitem>
26732673 <listitem>
26742674 <para>
26752675+ The default <literal>scribus</literal> version is now 1.5,
26762676+ while version 1.4 is still available as
26772677+ <literal>scribus_1_4</literal>
26782678+ (<link xlink:href="https://github.com/NixOS/nixpkgs/pull/172700">#172700</link>).
26792679+ </para>
26802680+ </listitem>
26812681+ <listitem>
26822682+ <para>
26752683 The Nextcloud module now supports to create a Mysql database
26762684 automatically with
26772685 <literal>services.nextcloud.database.createLocally</literal>
+2
nixos/doc/manual/release-notes/rl-2205.section.md
···928928929929- The `nss` package was split into `nss_esr` and `nss_latest`, with `nss` being an alias for `nss_esr`. This was done to ease maintenance of `nss` and dependent high-profile packages like `firefox`.
930930931931+- The default `scribus` version is now 1.5, while version 1.4 is still available as `scribus_1_4` ([#172700](https://github.com/NixOS/nixpkgs/pull/172700)).
932932+931933- The Nextcloud module now supports to create a Mysql database automatically
932934 with `services.nextcloud.database.createLocally` enabled.
933935
···6161 --replace " --junit-xml=junit-results.xml" ""
6262 substituteInPlace setup.py \
6363 --replace '"oldest-supported-numpy", ' ""
6464+6565+ # we don't need setup.py to find the macos sdk for us
6666+ sed -i '/sdk_path/d' setup.py
6467 '';
65686669 # To prevent importing of an incomplete package from the build directory
···12071207 scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15
12081208 scim = throw "'scim' has been renamed to/replaced by 'sc-im'"; # Converted to throw 2022-02-22
12091209 scollector = throw "'scollector' has been renamed to/replaced by 'bosun'"; # Converted to throw 2022-02-22
12101210+ scribusUnstable = throw "'scribusUnstable' has been renamed to 'scribus'"; # Added 2022-05-13
12101211 scyther = throw "scyther has been removed since it currently only supports Python 2, see https://github.com/cascremers/scyther/issues/20"; # Added 2021-10-07
12111212 sdlmame = mame; # Added 2019-10-30
12121213 seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # Added 2020-06-21