Commit Graph
679700 Commits
Author SHA1 Message Date
Anthony RousselandPascal Bach 88dbefd1f2 nixosTests.samba: add anthonyroussel to maintainers 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach 56ae1fb452 nixos/samba: split and sync SystemD services with upstream 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach ac29b192d8 nixos/samba: use mkEnableOption when possible 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach 3f0b4964c3 nixos/samba: add documentation to systemd.services 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach 7a3bba220d nixos/samba: add services.samba.smbd.enable option 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach ee6c8db585 nixos/samba: reorganize and rename module options 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach 3b48a7e013 nixos/samba: add documentation 2024-09-06 17:53:22 +02:00
Anthony RousselandPascal Bach 988c598106 nixos/samba: migrate to structural settings (RFC42) 2024-09-06 17:53:22 +02:00
YtandGitHub 6423eb0fb7 openobserve: 0.10.1 -> 0.11.0 (#340079) 2024-09-06 15:46:09 +00:00
AleksanaandGitHub 4343294491 ibmcloud-cli: 2.17.0 -> 2.27.0 (#338375) 2024-09-06 23:33:56 +08:00
Dmitry Kalinkin 33a1e99962 snakemake: 8.14.0 -> 8.19.3 2024-09-06 11:22:44 -04:00
Dmitry Kalinkin 5f02113980 python312Packages.snakemake-storage-plugin-fs: init at 1.0.6 2024-09-06 11:22:44 -04:00
AleksanaandGitHub 6b045549f1 igv: only replace actual java commands with the full path (#338340) 2024-09-06 23:11:25 +08:00
AleksanaandGitHub de383830c4 nixos-rebuild: Fix repl with channels (#332705) 2024-09-06 23:07:25 +08:00
Damien CassouandGitHub cbebe9f318 crowdin-cli: 4.1.1 -> 4.1.2 (#340093) 2024-09-06 17:05:38 +02:00
AleksanaandGitHub e1080ba5fb termius: 8.12.9 -> 9.3.2, add update script, and fix icon problem (#334424) 2024-09-06 23:05:23 +08:00
Maximilian Bosch de655cb5d5 gitlab-ci-ls: init at 0.21.1
Language Server that works together with yamlls[1] to provide
autocompletion for GitLab CI configurations.

[1] https://github.com/redhat-developer/yaml-language-server
2024-09-06 17:04:40 +02:00
José Luis Lafuente 7c78be883a clojure: 1.11.4.1474 -> 1.12.0.1479 2024-09-06 17:04:36 +02:00
AleksanaandGitHub c5654fa410 flat-remix-gtk: 20220627 -> 20240730 (#337009) 2024-09-06 23:04:14 +08:00
Fabian Affolter 52ec79a638 python312Packages.howdoi: disable flaky tests 2024-09-06 16:58:35 +02:00
AleksanaandGitHub 574d1eac1c vimPlugins.ranger-nvim: fix wrong patching (#340102) 2024-09-06 22:57:51 +08:00
Robert Schütz c93017b80d librewolf-unwrapped: 129.0.2-1 -> 130.0-1 2024-09-06 07:55:44 -07:00
nixpkgs-merge-bot[bot]andGitHub 0bc3d6f447 teams-for-linux: 1.9.5 -> 1.9.6 (#339628) 2024-09-06 14:49:10 +00:00
Gutyina Gergő 72ac9a149a bruno: 1.25.0 -> 1.28.0 2024-09-06 16:49:02 +02:00
R. Ryantm 5b33b2391d php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0 2024-09-06 14:48:10 +00:00
Nikolay KorotkiyandGitHub eeedf03ed2 tippecanoe: 2.60.0 -> 2.62.0 (#339969) 2024-09-06 18:39:55 +04:00
Jean-Baptiste Giraudeau 0e639f2cc0 gancio: init at 1.19.0
Gancio is a shared agenda for local communities: https://gancio.org/
2024-09-06 16:32:06 +02:00
Kira BruneauandGitHub f6330df718 python312Packages.nuitka: remove ccache dependency (#339804) 2024-09-06 10:29:40 -04:00
Martin Weinelt 8c3c9fb276 matrix-appservice-irc: 3.0.0 -> 3.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.1
2024-09-06 16:29:27 +02:00
John Ericson 5f134ec6cf Clean up cross bootstrapping
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.

Now, almost all of these `*Cross` attributes are gone: just these are
kept:

- Glibc's and Musl's are kept, because those packages are widely used
  and I didn't want to risk changing the native builds of those at this
  time.

- generic `libcCross`, `theadsCross`, and friends, because these relate
  to the convolulted GCC bootstrap which still needs to be redone.

The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:

1. It usable for native and cross alike

2. It named according to what it *is* ("a standard environment without
   libc but with a C compiler"), rather than some non-compositional
   jargon ("the stdenv used for building libc when cross compiling",
   yuck).

I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.

The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.

(adapted from commit 51f1ecaa59)
(adapted from commit 1743662e55)
2024-09-06 10:26:56 -04:00
Adam C. StephensandGitHub 5f9c591eed erlang_27: 27.0 -> 27.0.1 (#329427) 2024-09-06 10:21:21 -04:00
Fabian Affolter 73a4d0d583 python312Packages.cx-freeze: 7.1.1 -> 7.2.0
Changelog: https://github.com/marcelotduarte/cx_Freeze/releases/tag/7.2.0
2024-09-06 16:19:39 +02:00
Andrew Marshall 1b93140f68 blender: formatting 2024-09-06 10:06:04 -04:00
Andrew Marshall 0b3130d064 blender: fix runtime crash by adding missing wayland-scanner
Without this, it crashes on launch or render when using (at least)
Nvidia GPUs. Blender build needs this, but currently only warns during
build.

See also:
https://github.com/NixOS/nixpkgs/pull/214906
https://github.com/NixOS/nixpkgs/issues/340080
2024-09-06 10:06:04 -04:00
laalsaas a89b885ae9 sway: integrate with systemd
see: https://github.com/swaywm/sway/wiki/Systemd-integration
2024-09-06 15:59:37 +02:00
R. RyantmandEric Bailey 87c8bf47ee kubernetes-helmPlugins.helm-diff: 3.9.9 -> 3.9.10 2024-09-06 08:58:17 -05:00
Adam Stephens 836658e721 beam-packages: add nodocs target for building ex_doc on 27+ 2024-09-06 09:57:17 -04:00
Paul Meyer d300e2a889 waagent: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 15:55:33 +02:00
Fabian Affolter 522317f121 python312Packages.devpi-common: refactor
- add missing packaging-legacy
2024-09-06 15:50:31 +02:00
Ilan Joselevich 8d2ba0feae buildRustCrate: Fix rust-overlay usage
I broke the usage of buildRustCrate with a toolchain from rust-overlay
when I added support for wasm32-unknown-unknown, this change adds
additional conditionals to restore the usage.

The toolchain can now be overriden either through
```
buildRustCrate {
  rust = toolchain;
  cargo = toolchain
}
```
or
```
buildRustCrate.override {
  rustc = toolchain;
  cargo = toolchain;
}
```
They should now be consistent with each other.
2024-09-06 16:47:29 +03:00
Fabian Affolter f179901ab1 python312Packages.packaging-legacy: init at 23.0.post0
Module to support for legacy Python Packaging functionality

https://github.com/di/packaging_legacy
2024-09-06 15:47:22 +02:00
Thiago Kenji OkadaandGitHub 6427bcad3b emilua: bump + plugin support (#339898) 2024-09-06 14:45:33 +01:00
AleksanaandGitHub 0fd01c01ef music-player: fix build (#339972) 2024-09-06 21:45:14 +08:00
Thiago Kenji OkadaandGitHub 57088c1b9d flet-client-flutter: 0.22.1 -> 0.24.1 (#339837) 2024-09-06 14:42:15 +01:00
ocfox 6350c71d9b music-player: format 2024-09-06 21:34:55 +08:00
R. Ryantm 3699871b13 libretro.ppsspp: unstable-2024-08-27 -> unstable-2024-09-06 2024-09-06 13:34:39 +00:00
ocfox 1af6eaf93c music-player: 0.2.0-alpha.14 -> unstable-2024-08-24
update to 0.2.0-alpha.14-unstable-2024-08-24 to fix build
2024-09-06 21:34:18 +08:00
R. Ryantm c44c8cc41e libretro.mame2003-plus: unstable-2024-08-28 -> unstable-2024-09-06 2024-09-06 13:33:39 +00:00
Fabian Affolter 8a0179625c python312Packages.docx2python: 2.11.0 -> 3.0.0
Diff: https://github.com/ShayHill/docx2python/compare/refs/tags/2.11.0...3.0.0

Changelog: https://github.com/ShayHill/docx2python/blob/refs/tags/3.0.0/CHANGELOG.md
2024-09-06 15:31:50 +02:00
R. Ryantm f5ca707f27 crowdin-cli: 4.1.1 -> 4.1.2 2024-09-06 13:29:40 +00:00