Commit graph

290806 commits

Author SHA1 Message Date
Stéphan Kochen 7c0c956a57 starspace: fix darwin build 2021-05-18 20:35:09 +02:00
Jan Tojnar 73b982e621
Merge pull request #123518 from tollb/fix/spice-vdagent-gmemdup-deprecation-build-error-20210518a
spice-vdagent: fix build error with glib > 2.68
2021-05-18 20:05:01 +02:00
Stéphan Kochen 755fa6d3b3 sunwait: fix darwin build 2021-05-18 20:03:31 +02:00
Stéphan Kochen a30a3e3cab svd2rust: fix darwin build 2021-05-18 20:01:24 +02:00
Fabian Affolter 6bebadb171 python3Packages.pyatmo: 4.2.2 -> 4.2.3 2021-05-18 10:55:40 -07:00
Stéphan Kochen 7fe17847a2 tensor: fix darwin build 2021-05-18 19:33:46 +02:00
Stéphan Kochen 5c3b09aecb trunk: fix darwin build 2021-05-18 19:27:34 +02:00
Maximilian Bosch ed95b50a7b
Merge pull request #122492 from MetaDark/ccache
ccache: 4.2.1 → 4.3
2021-05-18 19:24:42 +02:00
Maximilian Bosch 58959f9d2d
Merge pull request #123485 from r-ryantm/auto-update/cargo-release
cargo-release: 0.13.10 -> 0.13.11
2021-05-18 19:14:27 +02:00
Stéphan Kochen 8e713d34d8 websocat: fix darwin build 2021-05-18 19:04:13 +02:00
Stéphan Kochen e726f8034f cc65: fix darwin build 2021-05-18 18:56:00 +02:00
Pavol Rusnak 6be706bbe5
Merge pull request #123503 from stephank/fix-samblaster-darwin
samblaster: fix darwin build
2021-05-18 18:55:29 +02:00
Pavol Rusnak ca1e28f282
Merge pull request #123499 from stephank/fix-rig-darwin
rig: fix darwin build
2021-05-18 18:55:08 +02:00
Pavol Rusnak f877d11022
Merge pull request #123495 from stephank/fix-prometheus-unbound-exporter-darwin
prometheus-unbound-exporter: fix darwin build
2021-05-18 18:46:54 +02:00
Dmitry Kalinkin a088175a26
Merge pull request #121546 from superherointj/package-firebird
firebird: 2.5.7 -> 2.5.9, init 3.0.7, init 4.0.0-rc1
2021-05-18 12:46:12 -04:00
Pavol Rusnak 1a1867b9e9
Merge pull request #123505 from stephank/fix-simple-http-server-darwin
simple-http-server: fix darwin build
2021-05-18 18:45:24 +02:00
Pamplemousse 037e51702e
nixos/services/foldingathome: Add an option to set the "nice level" (#122864)
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-18 18:44:52 +02:00
Robert Schütz be1e5f9698 haskellPackages.futhark: use python3 instead of python37 2021-05-18 18:43:37 +02:00
Pavol Rusnak 2865e9837c
Merge pull request #123504 from stephank/fix-silicon-darwin
silicon: fix darwin build
2021-05-18 18:43:15 +02:00
Stéphan Kochen fdca59b107 xcd: fix darwin build 2021-05-18 18:41:43 +02:00
Stéphan Kochen 47a1b5e57f yapesdl: fix darwin build 2021-05-18 18:39:15 +02:00
Maciej Krüger 7458dcd956
Merge pull request #75242 from mkg20001/cjdns-fix
services.cjdns: add missing, optional login & peerName attribute
2021-05-18 18:22:29 +02:00
Vincent Laporte 7d9b6264b4 ocamlPackages.containers: 3.0.1 → 3.4 2021-05-18 18:15:55 +02:00
sternenseemann c7e74545ee haskellPackages: fix eval of configuration-nix.nix 2021-05-18 18:12:18 +02:00
Martin Weinelt 6205c47b02
rxvt, mrxvt, eterm: Mark vulnerable to unexpected command execution
https://www.openwall.com/lists/oss-security/2021/05/17/1
2021-05-18 18:09:47 +02:00
Martin Weinelt d6c64b2816
rxvt-unicode: 9.22 -> 9.26 2021-05-18 18:09:45 +02:00
Maciej Krüger 40f26dfd65
Merge pull request #123532 from mkg20001/blessfix
bless: 0.6.2 -> 0.6.3
2021-05-18 18:07:55 +02:00
sternenseemann f4c038f030 haskellPackages: disable failing doctests on aarch64
New hydra evaluation brought some additional intstances of this
happening to light.
2021-05-18 18:07:12 +02:00
Stéphan Kochen 3e6d8a74af lxqt-build-tools: fix darwin detection 2021-05-18 08:59:55 -07:00
Anderson Torres de83b9baff
Merge pull request #122712 from AndersonTorres/adoption
Adoption of some packages from worldofpeace
2021-05-18 12:52:13 -03:00
sternenseemann cbaa1c8a59 haskellPackages.hw-prim-bits: restrict to x86
Requires x86 assembler, so no luck building it anywhere else.
2021-05-18 17:48:31 +02:00
sternenseemann a9a5465f84 haskellPackages.inline-asm: restrict to x86
Main executable uses x86 assembler, so we can't build it anywhere at
all.
2021-05-18 17:46:04 +02:00
Robert Schütz d189df235a
Merge pull request #122241 from dotlambda/znc-harden
nixos/znc: harden systemd unit
2021-05-18 17:44:14 +02:00
Bruce Toll e0e6ce7385 spice-vdagent: fix build error with glib > 2.68
The recent upgrade to glib 2.68.1 caused some deprecation errors in
spice-vdagent related to g_memdup, which is now deprecated in favor of
g_memdup2.

See: https://bugzilla.redhat.com/show_bug.cgi?id=1943059

The simplest workaround (until this gets fixed upstream) is to allow
deprecated declarations to be treated as warnings rather than fatal
errors.
2021-05-18 11:43:32 -04:00
Maciej Krüger 7409f9bab3
services.cjdns: add missing, optional login & peerName attribute 2021-05-18 17:39:04 +02:00
Ashlynn Anderson 903665f31c
nixos/self-deploy: init (#120940)
Add `self-deploy` service to facilitate continuous deployment of NixOS
configuration from a git repository.
2021-05-18 08:29:37 -07:00
Maximilian Bosch 6ca9ae4e06
Merge pull request #123528 from dasj19/gnome-podcasts-update
gnome-podcasts: 0.4.8 -> 0.4.9
2021-05-18 17:29:08 +02:00
Maciej Krüger 21ac35737e
bless: 0.6.2 -> 0.6.3 2021-05-18 17:29:00 +02:00
Maciej Krüger c4a2f86ebe
Merge pull request #123521 from mkg20001/gtk-2-fix
gtk-sharp-2_0: fix with patch from arch
2021-05-18 17:27:30 +02:00
Maciej Krüger 362ca08510
Merge pull request #123448 from mweinelt/phosh-pam
nixos/phosh: Fix PAM configuration
2021-05-18 17:26:21 +02:00
Maximilian Bosch 6dcd2949f0
Merge pull request #123516 from r-ryantm/auto-update/find-cursor
find-cursor: 1.6 -> 1.7
2021-05-18 17:22:22 +02:00
sternenseemann f95953424c haskellPackages: add some arm-related issues to unsupported-platforms
* charsetdetect: dependency library which is vendored fails with a cpp
  failure on aarch64. Could probably theoretically support aarch64, but
  doesn't in practice.
* persist-state: aarch64 (no UNALIGNED_MEMORY) and armv7l (32 bit) fail
  in cpp.
2021-05-18 17:08:42 +02:00
sternenseemann 84f49ed51f haskellPackages.iniline-asm: only test on x86
x86 assembler doesn't compile on aarch64 of course.
2021-05-18 17:08:42 +02:00
sternenseemann d640ce886a haskellPackages.{blake3,seqalign,crc32c}: restrict platforms to x86
All of these packages use x86 intrinsics-related headers and don't
compile on non x86 platforms as a result.

These overrides should be refactored into the yaml configuration at some
point.

Resolves #122014.
2021-05-18 17:08:42 +02:00
sternenseemann a3fd86a3ba haskellPackages: disable some more failing doctests on aarch64
This should conclude a pass of direct aarch64-linux failures related to
this issue on hydra. Subsequent evaluation may of course reveal more.
2021-05-18 17:08:42 +02:00
Daniel Șerbănescu 89631e4df2 gnome-podcasts: 0.4.8 -> 0.4.9 2021-05-18 17:03:43 +02:00
Martin Weinelt ec9cfba2d3
nixos/phosh: Fix unrestricted login because of insecure PAM config
The PAM config deployed would not check anything meaningful. Remove it
and rely on the defaults in the security.pam module to fix login with
arbitrary credentials.

Resolves: #123435
2021-05-18 16:39:03 +02:00
Stéphan Kochen e097fa08c8
nss_wrapper: broken on darwin (#123462) 2021-05-18 10:38:38 -04:00
Stéphan Kochen 51eeb21486
powershell: fix darwin build (#123484) 2021-05-18 10:36:25 -04:00
Stéphan Kochen fbf1525f01
probe-run: fix darwin build (#123494) 2021-05-18 10:35:37 -04:00