Commit graph

439791 commits

Author SHA1 Message Date
Mario Rodas 98c3aea77a
Merge pull request #206633 from r-ryantm/auto-update/spotifyd
spotifyd: 0.3.3 -> 0.3.4
2023-01-03 08:58:57 -05:00
Mario Rodas d8adb53dd8
Merge pull request #206563 from r-ryantm/auto-update/libpg_query
libpg_query: 14-3.0.0 -> 15-4.0.0
2023-01-03 08:57:58 -05:00
Mario Rodas e831a72558
Merge pull request #207514 from r-ryantm/auto-update/dune
dune_3: 3.6.1 -> 3.6.2
2023-01-03 08:53:13 -05:00
Linus Heckemann 4e4ada9d92
Merge pull request #207847 from lheckemann/plasma-mobile-pipewire
plasma5: allow pipewire-pulse instead of pulseaudio for mobile
2023-01-03 14:51:43 +01:00
markuskowa e3d2d0e101
Merge pull request #208211 from r-ryantm/auto-update/rare
rare: 1.9.3 -> 1.9.4
2023-01-03 14:48:50 +01:00
markuskowa 7a333f7d1f
Merge pull request #208329 from r-ryantm/auto-update/vgmtools
vgmtools: unstable-2022-12-03 -> unstable-2022-12-30
2023-01-03 14:48:14 +01:00
markuskowa e00766c170
Merge pull request #208397 from Munksgaard/ispc-platforms
ispc: Add aarch64-linux and aarch64-darwin platforms
2023-01-03 14:47:31 +01:00
Jan Tojnar 5dc86f23a1 gtksourceview5: Add Nix syntax highlighting
So that the default text editor (GNOME Text Editor) can highlight NixOS configuration out of the box.
2023-01-03 14:45:00 +01:00
markuskowa 0aad1c5182
Merge pull request #208523 from r-ryantm/auto-update/dataexplorer
dataexplorer: 3.7.3 -> 3.7.4
2023-01-03 14:44:02 +01:00
markuskowa ddad75541f
Merge pull request #208536 from r-ryantm/auto-update/saga
saga: 8.4.0 -> 8.5.0
2023-01-03 14:43:11 +01:00
Martin Weinelt 8b79bf0432
doc/contributing/quick-start: Replace dead thunderbird link
The thunderbird derivation is using `buildMozillaMach` these days,
shared with Firefox and Librefox, so it is probably the correct
, although more complicated, successor.
2023-01-03 14:18:41 +01:00
Austin Seipp a72e226b04 spark2014: fix incomplete install (#208830)
The previous installPhase was only using `make install`, while the real
target needed is `make install-all`. This installs many missing tools
under `$out/libexec/`, such as the missing `gnatwhy3` binary, which was
the root cause of #208830.

With this, gnatprove can now successfully discharge and prove things
with solvers like Z3, etc.

And, because it also includes `why3server`, we don't need to use
wrapProgram on it anymore, either!

Closes #208830

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-01-03 07:08:27 -06:00
Izorkin b943fb24b7 chrony: update sandboxing options 2023-01-03 07:04:55 -06:00
Mario Rodas 6ae49bc107
Merge pull request #207223 from r-ryantm/auto-update/esbuild
esbuild: 0.16.7 -> 0.16.12
2023-01-03 07:56:59 -05:00
Yaya 5e96eb14ce
nixos/snipe-it: Fix a bug in the setup script (#206869)
The `snipe-it-setup.service` script exits with an error if the
invalid_barcode.gif already exists at the destination, due to
`set -euo pipefail` at the beginning of the script. This commit
refactors the affected lines so that it no longer causes an error.

Resolves #205791
2023-01-03 13:49:07 +01:00
Robert Hensing f61d4d346b
Merge pull request #205190 from NixOS/lib.path.relativeNormalise
lib.path.subpath.{isValid,normalise}: init
2023-01-03 13:46:11 +01:00
Jonas Heinrich d52db30a7d
Merge pull request #208768 from kilianar/syncthing-1.23.0
syncthing: 1.22.2 -> 1.23.0
2023-01-03 13:39:14 +01:00
Mario Rodas 9b00cee440
Merge pull request #208003 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.3.2 -> 3.4.2
2023-01-03 07:31:19 -05:00
Silvan Mosberger 0667ef5dd5 lib.path.subpath.normalise: add property tests 2023-01-03 13:21:06 +01:00
Silvan Mosberger 63dd6d20db lib.path.subpath.normalise: init 2023-01-03 13:21:03 +01:00
Silvan Mosberger 98fbcf1788 lib.path.subpath.isValid: init
The first path library function
2023-01-03 13:20:36 +01:00
Silvan Mosberger ba7ed22f84 lib.path: init README.md document
Adds initial work towards a `lib.path` library

Originally proposed in https://github.com/NixOS/nixpkgs/pull/200718, but has
since gone through some revisions

Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
2023-01-03 13:19:42 +01:00
Franz Pletz a17a819d9b
Merge pull request #208819 from LeSuisse/libmilter-8.17.1 2023-01-03 13:13:08 +01:00
Franz Pletz c8c6436ac2
Merge pull request #208861 from reedrw/i3-422 2023-01-03 13:12:24 +01:00
Pavol Rusnak 73f6ea95a2
Merge pull request #208857 from prtzl/gcc-arm-embedded
gcc-arm-embedded-12: init at 12.2.rel1
2023-01-03 13:10:45 +01:00
Franz Pletz 45e746cedd
Merge pull request #208745 from Izorkin/update-chrony
chrony: update build configuration
2023-01-03 13:10:24 +01:00
Reed e3539cdd2c nixos/i3: update doc for gaps merge 2023-01-03 06:28:51 -05:00
Kim Lindberger ba1e6e5f8c
Merge pull request #184206 from e1mo/e1mo/parsedmarc-new-config
nixos/parsedmarc: follow upstream configuration
2023-01-03 12:26:06 +01:00
ajs124 e2e34b1318
Merge pull request #208493 from r-ryantm/auto-update/libcoap
libcoap: 4.3.0 -> 4.3.1
2023-01-03 11:58:10 +01:00
Reed b2a3c6bd6a i3-gaps: drop 2023-01-03 05:36:06 -05:00
Dmitry Kalinkin d4bad6a35a
Merge pull request #147577 from veprbl/pr/lldb_89_darwin_fix
llvmPackages_{8,9}.lldb: fix darwin build
2023-01-03 05:29:24 -05:00
Anderson Torres 23c46c816d
Merge pull request #208853 from amjoseph-nixpkgs/pr/eudev/remove-glib
eudev: remove glib from buildInputs
2023-01-03 07:23:46 -03:00
Reed 9701c2e9a0 i3: 4.21.1 -> 4.22 2023-01-03 05:20:13 -05:00
Jonas Heinrich 73247c5ab2
Merge pull request #208776 from fabaff/whois-bump
python310Packages.whois: 0.9.19 -> 0.9.20
2023-01-03 10:35:52 +01:00
Jonas Heinrich c4b015f25c
Merge pull request #208576 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.20 -> 3.11.21
2023-01-03 10:30:06 +01:00
Adam Joseph aad971f342 release-cross.nix: nixCrossStatic: do not burden *-darwin builders
PR #181151 added the nixCrossStatic jobs, which cross-compile
nixStatic for (currently) mips64el and powerpc64le, so users on
those platforms can use it to bootstrap their own builds of
nixpkgs/nixos:

  https://github.com/NixOS/nixpkgs/pull/181151

However I unintentionally caused that PR to queue this job on *all*
Hydra builders, including the (heavily burdened) *-darwin builders:

  https://hydra.nixos.org/build/203846776
  https://hydra.nixos.org/build/203846780

There is no need to build these derivations with a darwin
buildPlatform.  Let's limit this task to only buildPlatform=*-linux.
2023-01-03 01:25:05 -08:00
prtzl 18d4d8224a gcc-arm-embedded-12: init at 12.2.rel1 2023-01-03 10:08:13 +01:00
Nick Cao 9e949edd9a
julia_18: fix typo in JULIA_CPU_TARGET 2023-01-03 16:48:16 +08:00
Philip Munksgaard 7b0c8a8318
ispc: Add aarch64-linux and aarch64-darwin platforms
According to https://ispc.github.io/ispc.html#selecting-the-compilation-target,
aarch64 is supported.
2023-01-03 09:35:25 +01:00
R. Ryantm 1659dab098 nixpacks: 0.16.0 -> 1.0.3 2023-01-03 16:31:55 +08:00
Bobby Rong ccc05aa958
Merge pull request #204108 from christophcharles/protonmail-bridge-2.3.0
protonmail-bridge: 2.1.3 -> 2.3.0
2023-01-03 15:51:39 +08:00
Adam Joseph 5ace5a33b9 eudev: remove glib from buildInputs
eudev does not depend on glib.  I grepped the source code for glib
and found no references to it.
2023-01-02 23:38:43 -08:00
Weijia Wang 4df597f427 spek: unstable-2018-12-29 -> 0.8.4 2023-01-03 08:38:40 +01:00
R. Ryantm 605d013aac igv: 2.15.1 -> 2.15.4 2023-01-03 14:36:54 +08:00
Dmitry Kalinkin de3d57875d llvmPackages_9.lldb: fix darwin build
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-01-03 01:36:48 -05:00
Dmitry Kalinkin a8f6f12879 llvmPackages_8.lldb: fix darwin build
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-01-03 01:36:48 -05:00
R. Ryantm f67ff98a11 timescaledb-tune: 0.14.2 -> 0.14.3 2023-01-03 14:33:56 +08:00
R. Ryantm 1b3bbd48d9 grip: 4.2.3 -> 4.2.4 2023-01-03 14:29:38 +08:00
R. Ryantm f78178fcc6 rosegarden: 20.12 -> 22.12.1 2023-01-03 14:27:25 +08:00
R. Ryantm 4a2446fcf5 nv-codec-headers-11: 11.1.5.1 -> 11.1.5.2 2023-01-03 14:22:42 +08:00