Commit graph

290864 commits

Author SHA1 Message Date
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
Martin Weinelt 27cc2b105f
home-assistant: enable tests for components with packaged dependencies 2021-05-18 17:07:32 +02:00
Martin Weinelt c53ab92c04
python3Packages.pyflume: 0.6.4 -> 0.7.0 2021-05-18 17:07:32 +02:00
Martin Weinelt 344573771e
home-assistant: pin pylast at 4.2.0
The following test failure occurs with 4.2.1, due to `network` not being
allowed to be None after 6fe9aa632b.

_________________________ test_update_playing[pyloop] __________________________
[gw20] linux -- Python 3.8.9 /nix/store/hq6mrm0pc6xn6j8y6lm4qcgg9rwmqd8q-python3-3.8.9/bin/python3.8

hass = <homeassistant.core.HomeAssistant object at 0x7ffdcba15700>
lastfm_network = <MagicMock name='LastFMNetwork' id='140728019800752'>

    async def test_update_playing(hass, lastfm_network):
        """Test update when song playing."""

        lastfm_network.return_value.get_user.return_value = MockUser(
>           Track("artist", "title", None)
        )

hass       = <homeassistant.core.HomeAssistant object at 0x7ffdcba15700>
lastfm_network = <MagicMock name='LastFMNetwork' id='140728019800752'>

tests/components/lastfm/test_sensor.py:70:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/f0ci60zk59rz5767l9lfy7q767zna6j5-python3.8-pylast-4.2.1/lib/python3.8/site-packages/pylast/__init__.py:2095: in __init__
    super().__init__(artist, title, network, "track", username, info)
        __class__  = <class 'pylast.Track'>
        artist     = 'artist'
        info       = None
        network    = None
        self       = pylast.Track('artist', 'title', None)
        title      = 'title'
        username   = None
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = pylast.Track('artist', 'title', None), artist = 'artist', title = 'title'
network = None, ws_prefix = 'track', username = None, info = {}

    def __init__(self, artist, title, network, ws_prefix, username=None, info=None):
        """
        Create an opus instance.
        # Parameters:
            * artist: An artist name or an Artist object.
            * title: The album or track title.
            * ws_prefix: 'album' or 'track'
        """

        if info is None:
            info = {}

        super().__init__(network=network, ws_prefix=ws_prefix)

        if isinstance(artist, Artist):
            self.artist = artist
        else:
            self.artist = Artist(artist, self.network)

        self.title = title
        self.username = (
>           username if username else network.username
        )  # Default to current user
E       AttributeError: 'NoneType' object has no attribute 'username'

__class__  = <class 'pylast._Opus'>
artist     = 'artist'
info       = {}
network    = None
self       = pylast.Track('artist', 'title', None)
title      = 'title'
username   = None
ws_prefix  = 'track'

/nix/store/f0ci60zk59rz5767l9lfy7q767zna6j5-python3.8-pylast-4.2.1/lib/python3.8/site-packages/pylast/__init__.py:1520: AttributeError
2021-05-18 17:07:30 +02:00
Martin Weinelt a1a1a6b1df
home-assistant: pin pyopenuv at 1.0.13 2021-05-18 17:06:54 +02:00
Daniel Șerbănescu 89631e4df2 gnome-podcasts: 0.4.8 -> 0.4.9 2021-05-18 17:03:43 +02:00
Martin Weinelt f6b1fc2996
home-assistant: pin pyflunearyou at 1.0.7 2021-05-18 16:53:53 +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
Stéphan Kochen 7e9451ffb3
rink: fix darwin build (#123501) 2021-05-18 10:34:25 -04:00
Stéphan Kochen 4bb1c4677d
rdesktop: fix darwin build (#123498) 2021-05-18 10:33:26 -04:00
Maciej Krüger 6e98a27ffa
gtk-sharp-2_0: fix with patch from arch 2021-05-18 16:26:25 +02:00
figsoda 1fd56f5487 macchina: 0.7.2 -> 0.8.1 2021-05-18 10:25:46 -04:00
Pavol Rusnak aaaab99d8c
Merge pull request #123341 from dotlambda/vivaldi-ffmpeg
vivaldi: use ffmpeg instead of ffmpeg_3
2021-05-18 16:24:33 +02:00
Daniël de Kok 2206118886 python3Packages.spacy: 3.0.5 -> 3.0.6
Changelog:
https://github.com/explosion/spaCy/releases/tag/v3.0.6
2021-05-18 16:17:26 +02:00
Daniël de Kok 91b9bbe38c python3Packages.srsly: 2.4.0 -> 2.4.1
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.4.1
2021-05-18 16:17:22 +02:00
AndersonTorres 8352b700e9 notejot: 1.6.3 -> 3.0.4 2021-05-18 11:12:32 -03:00