···1# Stale bot information
23- Thanks for your contribution!
04- To remove the stale label, just leave a new comment.
5- _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.)
6- 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# Stale bot information
23- Thanks for your contribution!
4+- Our stale bot will never close an issue or PR.
5- To remove the stale label, just leave a new comment.
6- _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.)
7- 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
···5 - "1.severity: security"
6 - "2.status: never-stale"
7staleLabel: "2.status: stale"
8-markComment: |
9- I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
10closeComment: false
···2672 </listitem>
2673 <listitem>
2674 <para>
000000002675 The Nextcloud module now supports to create a Mysql database
2676 automatically with
2677 <literal>services.nextcloud.database.createLocally</literal>
···2672 </listitem>
2673 <listitem>
2674 <para>
2675+ The default <literal>scribus</literal> version is now 1.5,
2676+ while version 1.4 is still available as
2677+ <literal>scribus_1_4</literal>
2678+ (<link xlink:href="https://github.com/NixOS/nixpkgs/pull/172700">#172700</link>).
2679+ </para>
2680+ </listitem>
2681+ <listitem>
2682+ <para>
2683 The Nextcloud module now supports to create a Mysql database
2684 automatically with
2685 <literal>services.nextcloud.database.createLocally</literal>
+2
nixos/doc/manual/release-notes/rl-2205.section.md
···928929- 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`.
93000931- The Nextcloud module now supports to create a Mysql database automatically
932 with `services.nextcloud.database.createLocally` enabled.
933
···928929- 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`.
930931+- 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)).
932+933- The Nextcloud module now supports to create a Mysql database automatically
934 with `services.nextcloud.database.createLocally` enabled.
935
···172in
173# A wrapper around sage that makes sure sage finds its docs (if they were build).
174callPackage ./sage.nix {
175- inherit sage-tests sage-with-env sagedoc jupyter-kernel-specs;
176 inherit withDoc requireSageTests;
177}
···172in
173# A wrapper around sage that makes sure sage finds its docs (if they were build).
174callPackage ./sage.nix {
175+ inherit sage-tests sage-with-env sagedoc jupyter-kernel-definition jupyter-kernel-specs;
176 inherit withDoc requireSageTests;
177}
+2-1
pkgs/applications/science/math/sage/sage.nix
···2, makeWrapper
3, sage-tests
4, sage-with-env
05, jupyter-kernel-specs
6, sagedoc
7, withDoc
···49 quicktest = sage-tests.override { longTests = false; timeLimit = 600; }; # as many tests as possible in ~10m
50 doc = sagedoc;
51 lib = sage-with-env.env.lib;
52- kernelspec = jupyter-kernel-specs.definition.sagemath;
53 };
5455 meta = with lib; {
···2, makeWrapper
3, sage-tests
4, sage-with-env
5+, jupyter-kernel-definition
6, jupyter-kernel-specs
7, sagedoc
8, withDoc
···50 quicktest = sage-tests.override { longTests = false; timeLimit = 600; }; # as many tests as possible in ~10m
51 doc = sagedoc;
52 lib = sage-with-env.env.lib;
53+ kernelspec = jupyter-kernel-definition;
54 };
5556 meta = with lib; {
···61 --replace " --junit-xml=junit-results.xml" ""
62 substituteInPlace setup.py \
63 --replace '"oldest-supported-numpy", ' ""
00064 '';
6566 # To prevent importing of an incomplete package from the build directory
···61 --replace " --junit-xml=junit-results.xml" ""
62 substituteInPlace setup.py \
63 --replace '"oldest-supported-numpy", ' ""
64+65+ # we don't need setup.py to find the macos sdk for us
66+ sed -i '/sdk_path/d' setup.py
67 '';
6869 # To prevent importing of an incomplete package from the build directory
···1207 scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15
1208 scim = throw "'scim' has been renamed to/replaced by 'sc-im'"; # Converted to throw 2022-02-22
1209 scollector = throw "'scollector' has been renamed to/replaced by 'bosun'"; # Converted to throw 2022-02-22
01210 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
1211 sdlmame = mame; # Added 2019-10-30
1212 seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # Added 2020-06-21
···1207 scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15
1208 scim = throw "'scim' has been renamed to/replaced by 'sc-im'"; # Converted to throw 2022-02-22
1209 scollector = throw "'scollector' has been renamed to/replaced by 'bosun'"; # Converted to throw 2022-02-22
1210+ scribusUnstable = throw "'scribusUnstable' has been renamed to 'scribus'"; # Added 2022-05-13
1211 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
1212 sdlmame = mame; # Added 2019-10-30
1213 seeks = throw "seeks has been removed from nixpkgs, as it was unmaintained"; # Added 2020-06-21