Commit Graph

414140 Commits

Author SHA1 Message Date
Sergei Trofimovich
f7262e0054 xorg: remove xlibsWrapper attribute, use top-level one instead
I noticed this attribute when tried to override `xorg` scope via
overlay:

    final: prev {
      xorg = prev.xorg.overrideScope' (f: p: {
        libXfont2 = p.libXfont2.overrideAttrs (oa: {
          patches = (oa.patches or []) ++ [
            ../libXfont2/nofollow.patch
          ];
        });
      }) // { inherit (prev) xlibsWrapper; };
    }

As a result I got unexpected `pulseaudio` build failures:

    $ nix build --no-link -f. pulseaudio
    error: attribute 'xlibsWrapper' missing

           at pkgs/servers/pulseaudio/default.nix:79:37:

               78|       ++ lib.optional jackaudioSupport libjack2
               79|       ++ lib.optionals x11Support [ xorg.xlibsWrapper xorg.libXtst xorg.libXi ]
                 |                                     ^
               80|       ++ lib.optional useSystemd systemd

Previous changes in this branch remove references to xorg.xlibsWrapper
in favour of xlibsWrapper. Let's remove injection of this attribute into
`xorg.
2022-10-02 15:38:47 +01:00
Sergei Trofimovich
7af5079353 xine-ui: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:42 +01:00
Sergei Trofimovich
132ef65058 vlc: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:38 +01:00
Sergei Trofimovich
b0c751b800 ted: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:34 +01:00
Sergei Trofimovich
0bed7c059f pulseaudio: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:31 +01:00
Sergei Trofimovich
a6635711da gnome2.libgnomeui: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:27 +01:00
7c6f434c
8cefc55ae4
Merge pull request #193853 from r-ryantm/auto-update/xdaliclock
xdaliclock: 2.45 -> 2.47
2022-10-02 14:29:25 +00:00
R. Ryantm
2c11f47edd cargo-public-api: 0.19.0 -> 0.20.0 2022-10-02 14:29:12 +00:00
7c6f434c
f526a9c466
Merge pull request #193794 from r-ryantm/auto-update/remind
remind: 04.00.03 -> 04.01.00
2022-10-02 14:28:55 +00:00
7c6f434c
0fb890ecfb
Merge pull request #193812 from r-ryantm/auto-update/simgear
simgear: 2020.3.13 -> 2020.3.14
2022-10-02 14:28:37 +00:00
R. Ryantm
4c2dca627e fulcio: 0.5.3 -> 0.6.0 2022-10-02 22:19:08 +08:00
Bobby Rong
685bb0eede
Merge pull request #193964 from tjni/go-jsonnet-m1
go-jsonnet: fix aarch64-darwin build
2022-10-02 22:12:08 +08:00
thyol
7cb6b3251f
etesync-dav: add thyol to maintainers 2022-10-02 21:55:49 +08:00
Daniel Nagy
d9ff138687
dale: 20181024 -> 20220411 2022-10-02 15:11:15 +02:00
Sergei Trofimovich
61f62685ee
Merge pull request #193249 from trofi/xterm-update
xterm: 372 -> 373
2022-10-02 14:04:09 +01:00
Jörg Thalheim
6b5431267a
Merge pull request #194005 from kilianar/kopia-0.12.1
kopia: 0.12.0 -> 0.12.1
2022-10-02 14:52:44 +02:00
Théo Zimmermann
2dc3552aa1 coqPackages.mkCoqDerivation: upgrade to Dune 3
And remove the version number from the corresponding attributes.
2022-10-02 14:42:28 +02:00
Profpatsch
1600cba863 Disable checkMeta by default again.
This caused too many downstream projects to break, so we are reverting
this change for now, until further transition fixes are in place.

See discussion in https://github.com/NixOS/nixpkgs/pull/191171

This reverts part of 6762de9a28
2022-10-02 14:28:40 +02:00
Sandro
faacb60b6e
Merge pull request #194051 from seppeljordan/update-mypy 2022-10-02 14:12:36 +02:00
illustris
5485f678b9
hadoop: 3.3.3 -> 3.3.4, remove outdated protobuf (#193665) 2022-10-02 14:11:29 +02:00
linsui
cff2b7fbb7 yutto: 2.0.0b13 -> 2.0.0b15 2022-10-02 19:43:40 +08:00
superherointj
f3ec61b6df
Merge pull request #193907 from PedroHLC/zen-kernels-5.19.12
zen-kernels: 5.19.11 -> 5.19.12
2022-10-02 08:01:31 -03:00
Solene Rapenne
605a588ea6 nixos/fail2ban: improve module documentation 2022-10-02 12:59:54 +02:00
José Romildo Malaquias
e1b6705b9a
Merge pull request #193782 from kilianar/pop-icon-theme-3.3.0
pop-icon-theme: unstable-2021-11-17 -> 3.3.0
2022-10-02 07:57:50 -03:00
Sebastian Jordan
8379e84818 pythonPackages.mypy: 0.971 -> 0.981 2022-10-02 12:55:43 +02:00
makefu
a49bd8055e
devpi-server: 6.2.0 -> 6.7.0 2022-10-02 12:42:29 +02:00
Jörg Thalheim
5745e1a01d
Merge pull request #193999 from r-ryantm/auto-update/libre
libre: 2.7.0 -> 2.8.0
2022-10-02 12:23:03 +02:00
Thomas Gerbet
573ee6b58c darkhttpd: 1.13 -> 1.14
https://github.com/emikulic/darkhttpd/releases/tag/v1.14

Fixes CVE-2020-25691.
2022-10-02 12:19:48 +02:00
Jörg Thalheim
f71b215225
Merge pull request #194030 from r-ryantm/auto-update/cargo-nextest
cargo-nextest: 0.9.36 -> 0.9.37
2022-10-02 12:13:50 +02:00
Jörg Thalheim
e93d30bafa
Merge pull request #193994 from r-ryantm/auto-update/kubemq-community
kubemq-community: 2.2.13 -> 2.3.0
2022-10-02 12:12:03 +02:00
Jörg Thalheim
4d6683cfaf
Merge pull request #193993 from r-ryantm/auto-update/kdigger
kdigger: 1.3.0 -> 1.4.0
2022-10-02 12:11:46 +02:00
Fabian Affolter
6f72c4aa76
python310Packages.google-cloud-logging: update disabled 2022-10-02 12:11:08 +02:00
Fabian Affolter
de53641cfb
Merge pull request #194027 from r-ryantm/auto-update/python310Packages.google-cloud-vision
python310Packages.google-cloud-vision: 3.1.2 -> 3.1.3
2022-10-02 12:10:12 +02:00
Jörg Thalheim
1888ed5a76
Merge pull request #194040 from chuangzhu/portfolio
portfolio-filemanager: fix launching
2022-10-02 12:09:09 +02:00
Jörg Thalheim
044b84f572
Merge pull request #194041 from makefu/pkgs/cozy-audiobooks/1.2.1
cozy: 1.2.0 -> 1.2.1
2022-10-02 12:08:06 +02:00
Thomas Gerbet
cbc685e754 apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12
https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12/Changes
2022-10-02 12:06:39 +02:00
kilianar
b1faf42f3c indi-3rdparty: 1.9.3 -> 1.9.8
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.4
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.5
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.6
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.7
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.8
2022-10-02 12:04:28 +02:00
kilianar
28356e3801 indilib: 1.9.6 -> 1.9.8
- https://github.com/indilib/indi/releases/tag/v1.9.7
- https://github.com/indilib/indi/releases/tag/v1.9.8
2022-10-02 12:02:27 +02:00
Jörg Thalheim
bccfb76ec4
Merge pull request #193998 from figsoda/update-pactorio
pactorio: 0.5.2 -> 0.6.0
2022-10-02 11:58:42 +02:00
Jörg Thalheim
bfef3407d4
Merge pull request #194029 from candyc1oud/clash-geoip
clash-geoip: init at 20220912
2022-10-02 11:55:59 +02:00
Jörg Thalheim
310701f379 librem: 2.7.0 -> 2.8.0 2022-10-02 11:52:50 +02:00
Jörg Thalheim
ef82bcf93a baresip: 2.7.0 -> 2.8.1 2022-10-02 11:51:57 +02:00
Jörg Thalheim
bade5270ce
Merge pull request #194006 from r-ryantm/auto-update/media-downloader
media-downloader: 2.5.0 -> 2.6.0
2022-10-02 11:49:06 +02:00
Jörg Thalheim
fc46932830
Merge pull request #194004 from r-ryantm/auto-update/mangal
mangal: 3.10.0 -> 3.11.0
2022-10-02 11:47:04 +02:00
Jörg Thalheim
8be0bb7e31
Merge pull request #194002 from fabaff/homeassistant-cli-bump
home-assistant-cli: 0.9.4 -> 0.9.5
2022-10-02 11:46:33 +02:00
Jörg Thalheim
c63f54e54b
Merge pull request #194010 from r-ryantm/auto-update/monero-cli
monero-cli: 0.18.1.1 -> 0.18.1.2
2022-10-02 11:45:17 +02:00
Jörg Thalheim
93c036e47b
Merge pull request #194037 from zhaofengli/gamescope-3.11.47
gamescope: 3.11.45-2 -> 3.11.47
2022-10-02 11:42:10 +02:00
Jörg Thalheim
e445ab14e7
Merge pull request #194039 from makefu/pkgs/iozone/3.493
iozone: 3.490 -> 3.493
2022-10-02 11:41:37 +02:00
Jörg Thalheim
2f2188ea7e
Merge pull request #194007 from r-ryantm/auto-update/metal-cli
metal-cli: 0.10.0 -> 0.10.2
2022-10-02 11:39:36 +02:00
Christian Kögler
6845ddc94b
Merge pull request #192864 from alyaeanyx/nix-serve-package-option
nixos/nix-serve: add package option
2022-10-02 11:39:28 +02:00