Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm/compiler-rt.nix: add i{4,5,6}86 to X86 architecture #85945

Merged
merged 1 commit into from Apr 27, 2020

Conversation

matthewbauer
Copy link
Member

Fixes #85622

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Ericson2314
Copy link
Member

Let's try to upstream this.

Copy link
Contributor

@risicle risicle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to resolve things for me.

@matthewbauer matthewbauer changed the base branch from master to staging April 27, 2020 15:04
@matthewbauer matthewbauer merged commit 537f10f into NixOS:staging Apr 27, 2020
@ggreif
Copy link
Contributor

ggreif commented May 10, 2020

This seems to break build on macOS:

-- Checking DARWIN_macosx_SYSROOT - ''
-- Checking DARWIN_iphonesimulator_SYSROOT - ''
-- Checking DARWIN_iphoneos_SYSROOT - ''
-- Checking DARWIN_watchsimulator_SYSROOT - ''
-- Checking DARWIN_watchos_SYSROOT - ''
-- Checking DARWIN_appletvsimulator_SYSROOT - ''
-- Checking DARWIN_appletvos_SYSROOT - ''
-- OSX supported builtin arches: i386;i486;i586;i686;x86_64;x86_64h
-- Builtin supported architectures: i386;i486;i586;i686;x86_64;x86_64h
-- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS
-- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS - Success
-- Performing Test COMPILER_RT_TARGET_HAS_FCNTL_LCK
-- Performing Test COMPILER_RT_TARGET_HAS_FCNTL_LCK - Success
-- Performing Test COMPILER_RT_TARGET_HAS_UNAME
-- Performing Test COMPILER_RT_TARGET_HAS_UNAME - Success
-- Performing Test HAS_THREAD_LOCAL
-- Performing Test HAS_THREAD_LOCAL - Success
-- Configuring done
CMake Error at cmake/Modules/CompilerRTDarwinUtils.cmake:205 (add_library):
  No SOURCES given to target: clang_rt.builtins_i586_osx
Call Stack (most recent call first):
  cmake/Modules/CompilerRTDarwinUtils.cmake:303 (darwin_add_builtin_library)
  lib/builtins/CMakeLists.txt:570 (darwin_add_builtin_libraries)


CMake Error at cmake/Modules/CompilerRTDarwinUtils.cmake:205 (add_library):
  No SOURCES given to target: clang_rt.builtins_i486_osx
Call Stack (most recent call first):
  cmake/Modules/CompilerRTDarwinUtils.cmake:303 (darwin_add_builtin_library)
  lib/builtins/CMakeLists.txt:570 (darwin_add_builtin_libraries)


CMake Generate step failed.  Build files cannot be regenerated correctly.
builder for '/nix/store/nmw0nam3j7dijkyy67q56n7wwv2hcqbw-compiler-rt-10.0.0.drv' failed with exit code 1
error: build of '/nix/store/nmw0nam3j7dijkyy67q56n7wwv2hcqbw-compiler-rt-10.0.0.drv' failed

when doing nix-build -A pkgs.llvmPackages_10.compiler-rt.

This seems to help:

index c0ea436ae27..b5a1cc95a38 100644
--- a/pkgs/development/compilers/llvm/10/compiler-rt.nix
+++ b/pkgs/development/compilers/llvm/10/compiler-rt.nix
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
   # can build this. If we didn't do it, basically the entire nixpkgs on Darwin would have an unfree dependency and we'd
   # get no binary cache for the entire platform. If you really find yourself wanting the TSAN, make this controllable by
   # a flag and turn the flag off during the stdenv build.
-  postPatch = ''
+  postPatch = stdenv.lib.optionalString (!stdenv.isDarwin) ''
     substituteInPlace cmake/builtin-config-ix.cmake \
       --replace 'set(X86 i386)' 'set(X86 i386 i486 i586 i686)'
   '' + stdenv.lib.optionalString stdenv.isDarwin ''

@risicle
Copy link
Contributor

risicle commented May 10, 2020

I can confirm, same error macos 10.14 :(

@ggreif
Copy link
Contributor

ggreif commented May 10, 2020

@risicle can you check the patch I pasted above?

See #87528.

@risicle
Copy link
Contributor

risicle commented May 10, 2020

@ggreif indeed it does 👍

ggreif added a commit to ggreif/nixpkgs that referenced this pull request May 17, 2020
ggreif added a commit to ggreif/nixpkgs that referenced this pull request May 20, 2020
maxhbr added a commit to maxhbr/myconfig that referenced this pull request Jun 15, 2020
0a146054bdf flashplayer: 32.0.0.371 -> 32.0.0.387
28878c9ffda dragonfly-reverb: 3.0.0 -> 3.1.1
27e13f4f64b nix-universal-prefetch: 0.2.0 -> 0.3.0
b188f230cb8 drawio: 13.0.3 -> 13.2.2
37b0c7f9da5 diffoscope: add danielfullmer as maintainer
a9df1f768af diffoscope: 146 -> 147
9d11a2722c5 argo: 2.6.1 -> 2.8.1
eb62c7edc8f Merge pull request #90261 from prusnak/installer-zstd-rm
f97f334a6c1 Merge pull request #89821 from veprbl/pr/clementine_1_4_0rc1
4361446b99f Merge pull request #89277 from veprbl/uriparser_0_9_4
fa942617bc0 Merge pull request #89688 from veprbl/pr/g4py_rework
a53a6565afa fira-code: 4 -> 5
490fc040be1 images: remove original files when using zstd for compression
d6d07f262b1 python3Packages.somajo: 2.0.5 -> 2.0.6
ca8e5a63d3a vimPlugins: update
187a7f90732 pythonPackages.scrapy-splash: init at 0.7.2
0a3c9949ba3 pythonPackages.scrapy-deltafetch: init at 1.2.1
f9559836d10 pythonPackages.scrapy-fake-useragent: init at 1.2.0
091c2979ee4 pythonPackages.fake-useragent: init at 0.1.11
e25e5601200 vscodium: 1.45.1 -> 1.46.0
33918638e57 vscode: 1.45.1 -> 1.46.0
7602241fbd4 Merge pull request #90185 from marsam/update-merlin
b08e7c02617 Merge pull request #90176 from DamienCassou/damien/cypress-4.8.0
ad141fcbcb3 rav1e: fix meta.homepage evaluation
a209c46bc2e inxi: 3.1.01-1 -> 3.1.03-1
e3fa38ec163 rav1e: 0.3.2 -> 0.3.3
dde87455edd bundler-audit: 0.6.1 -> 0.7.0.1
1d924f0354f Merge pull request #89772 from rnhmjoj/dnschain
b46fba45159 Merge pull request #88158 from arianvp/dbus-systemd
8fa6c0d12d2 nixos/release-notes: document dnschain removal
2e5019b92c8 dnschain: remove package and NixOS module
6653a35faa7 intel-media-driver: 19.4.0r -> 20.1.1 (#90094)
71a6d32c18e nixos/timesyncd: Make dbus-activatible
cd1dedac67d nixos/networkd: Make activatible through dbus and netlink
0e18e5db994 nixos/resolved: Include dbus alias of resolved unit
82a0240bb06 fuse3: 3.9.1 -> 3.9.2 (#90232)
ff53f0930e0 ocamlPackages.dns(-client): 4.5.0 -> 4.6.0
c9963a8ec45 ocamlPackages.ocsigen-toolkit: 2.5.0 → 2.7.0
aee70358c50 ocamlPackages.tls: 0.12.0 -> 0.12.1
0905a5d9903 ocamlPackages.vg: 0.9.3 → 0.9.4
6ce032f79b2 Merge pull request #89557 from ju1m/stig
d45fd11a81f reuse: 0.7.0 -> 0.11.0
b8a9e3eea12 nixos/lib/make-disk-image.nix: VDI support
de20ec04f96 tup: fix setup hook location
3065ab3a925 tup: add setupHook
896959cf66f tup: 0.7.8 -> 0.7.9
1cd56fc6821 Merge pull request #89333 from zowoq/go_1_13
b7d252dfb0f Merge pull request #90209 from berbiche/playerctl-bash-completions
c539d7c1c7d playerctl: enable bash completions
c42545445aa Merge pull request #90212 from lovesegfault/rm-casper
6be09e27c93 Merge pull request #90194 from bbigras/broot
34d1beb1b48 rclone: 1.52.0 -> 1.52.1
3e10731b086 ffmpeg-full: add librsvg support
dbf352aca1d casperjs: remove
1c4480e9318 Merge pull request #90157 from obsidiansystems/socket-based-ipfs
2c2f6c0b381 nixos/ipfs: only set listenstream when gateway/api is default
982a17a48e4 nixos/ipfs: always expose sockets
fa06d8f9612 nixos/ipfs: actually use upstream systemd units
b36ef706fb8 nixos/ipfs: add startWhenNeeded option
2fc097ad74d Merge pull request #90204 from Ericson2314/fix-perl-pkg-config
8f8e34cb0c2 Merge pull request #89877 from r-ryantm/auto-update/watchexec
2a6cc3f3f2f Merge pull request #90106 from r-ryantm/auto-update/piper
619f7d8c740 broot: 0.13.6 -> 0.15.1
2218618bb7e Merge pull request #90062 from steve-chavez/unbreak-hasql-noti
a6d8a12e4eb python3Packages.duecredit: init at 0.8.0
4c2504a6bf9 python3Packages.citeproc-py: init at 0.5.1
a113aa5b6be python3Packages.rnc2rng: init at 2.6.4
803ef3f3679 piccata 1.0.1 -> 2.0.0
ed6e598747e Merge pull request #89112 from eadwu/musl/libc-arch
6541ef32675 Merge pull request #90186 from 7c6f434c/fix-mplayer
5460d53af19 firefox-beta-bin: 77.0b7 -> 78.0b2 (security)
51d0d03b8c4 firefox-esr-68: 68.8.0esr -> 68.9.0esr (security)
1bc740008b7 firefox-bin: 76.0 -> 77.0.1 (security)
cc7b0282029 Merge pull request #90189 from volth/cental.maven.org
a3b63dbc72a python3Packages.iterm2: init at 1.14
261912e0712 maintainers: add jeremyschlatter
01d4e2fe332 treewide: use ffmpeg_3 explicitly if not wanted otherwise
8e1dcea3d57 ffmpeg: default to ffmpeg_4
8df5edc1537 Merge pull request #87178 from hax404/teeworlds-module-test
41dc003692a perlPackages.ExtUtilsPkgConfig: Fix build
107f7ba0263 musl: include libc.musl-$arch
3d746848477 pythonPackages.bravia-tv: 1.0.1 -> 1.0.5
5a17473f0a2 Merge pull request #90192 from kraem/kraem/pkgs/facetimehd/remove-nixpkgs-patch
184ecdbf0f2 Merge pull request #89931 from OPNA2608/update-palemoon-28.10.0
54c4223e55d treewide: central.maven.org -> repo1.maven.org
3e9434457f3 Merge pull request #89408 from jpotier/add-libucl
cf29bf09530 oh-my-zsh: 2020-06-08 -> 2020-06-10
3cf2f4d6a33 linux_latest-libre: 17527 -> 17537
267b93da340 Merge pull request #89662 from aanderse/ssmtp
e9a0ec8142c Merge pull request #90048 from r-ryantm/auto-update/mkvtoolnix
a2fd1ba544e Merge pull request #89159 from datafoo/fix-issue-89158
aef898b0a2c mplayer: fix build by forcing -lfreetype
80643891c0d Merge pull request #90181 from martinbaillie/terraform-language-server
6e5952e5177 Merge pull request #90173 from colemickens/rpi-unifi-stable
fde59542f9c Merge pull request #90066 from r-ryantm/auto-update/mpop
1901446a969 Merge pull request #89919 from mweinelt/hostapd
b7f55b30f5f coqPackages.mathcomp: 1.11.0
3cd13f8b7ee facetimehd: remove patch in nixpkgs, patched upstream
77dddf6a9d8 Merge pull request #90180 from kraem/kraem/pkgs/facetimehd/2020-04-16
91340aeea87 gitit: init at 0.13.0.0
7380ad739df haskellPackages.gitit: mark unbroken
aefbe5d5a7f Merge pull request #90113 from r-ryantm/auto-update/polari
ad2330f642b nixos/ssmtp: drop authPass option in favor of authPassFile, or services.ssmtp.settings.AuthPass if absolutely required
66dcfc613ea terraform-ls: init at 0.3.2
031ef5f64ed facetimehd: 2019-12-10 -> 2020-04-16
3437d3c64fd Merge pull request #90154 from adisbladis/gimp-2_10_20
d1a51e415d2 ocamlPackages.merlin: 3.3.4 -> 3.3.6
c60e2bee7c5 coqPackages.coq-elpi: 1.4.0 -> 1.4.1
0f1c3d51b70 cypress: 4.5.0 -> 4.8.0
e45ff84e234 Merge pull request #90114 from r-ryantm/auto-update/poezio
b23c1abe939 linux: fix kernel config options for i686
0693bed8eea unifiStable: 5.12.72 -> 5.13.29
dbdc5af9e81 discord-canary: 0.0.103 -> 0.0.104
4cc48e5e0f7 SDL2_mixer: add optional dependency mpg123
23c9c3779d2 symbiyosys: 2020.03.24 -> 2020.05.18
13e52db31e5 yosys: 2020.03.24 -> 2020.06.11
9b42c852bef Merge pull request #88681 from 06kellyjac/deno_1.0.2
40047d5fe39 Merge pull request #89964 from magnetophon/mu
4caa6ebe9ed Merge pull request #90138 from magnetophon/carla
d4406edcbcd Merge pull request #90166 from zowoq/yq-go
7b01d672e35 yq-go: 3.3.0 -> 3.3.1
8a39a8ee79c Merge pull request #90163 from zowoq/gh
e9cb3581225 Merge pull request #90153 from shanesmith/shadowenv-2.0.3
b479619da82 gitAndTools.gh: 0.9.0 -> 0.10.0
8ee8a22e358 signal-desktop: 1.34.1 -> 1.34.2
ea2c1a384a7 Merge pull request #90112 from r-ryantm/auto-update/pipenv
7f624005e22 Merge pull request #90141 from magnetophon/unetbootin
c5535450dc2 Merge pull request #90020 from r-ryantm/auto-update/ktlint
6b9dec99f80 Merge pull request #90117 from zowoq/check-meta
7296aae54f6 linux/hardened/patches/5.6: 5.6.16.a -> 5.6.17.a
0d1be0c2dfb linux/hardened/patches/5.4: 5.4.44.a -> 5.4.45.a
909cdaf97ac linux/hardened/patches/4.19: 4.19.126.a -> 4.19.127.a
fa736e19a6f linux: 5.7.1 -> 5.7.2
854359a5aa8 linux: 5.6.17 -> 5.6.18
32e76cbb956 linux: 5.4.45 -> 5.4.46
d2f4b27e70d linux: 4.9.226 -> 4.9.227
4cab0f5b167 linux: 4.4.226 -> 4.4.227
1f1f6e72ac5 linux: 4.19.127 -> 4.19.128
bd20c1b2c08 linux: 4.14.183 -> 4.14.184
d9ddd02ea3b Merge pull request #90126 from Mic92/homeassistant
3f2e6b9c4b0 Merge pull request #90148 from markuskowa/fix-lics
c5f40198f38 nixos/ipfs: consolidate services into one ipfs.service
80b39add79e Merge pull request #90095 from mgdm/add-rtl-ais
e7e68b2d8ac Merge pull request #89545 from magnetophon/lv2_1_18_0
74ff433320a nixos/ipfs: remove unused auto migrate feature
c8a2e632428 ipfs: copy systemd support files to output
d2458967895 Merge pull request #90139 from doronbehar/mariadb-unblock
23eabcc5628 Merge pull request #90101 from flokli/gitlab-13.0.6
d7ffb5fa07f gimp: 2.10.18 -> 2.10.20
5a534325b41 gegl: 0.4.22 -> 0.4.24
badb95586aa babl: 0.1.74 -> 0.1.78
e620b25bb7c shadowenv: 2.0.2 -> 2.0.3
1f13d6506f3 mariadb: don't move pam files on Darwin
55281856280 Merge pull request #90150 from 7c6f434c/wine-staging-desc
21c3245b673 winePackages.staging: mention staging patches in description
45f21f7c843 setzer: init at 0.2.8 (#90047)
2e264a89089 imagemagick7: 7.0.10-14 -> 7.0.10-17
9cf175fa5ee artyFX: 1.3 -> unstable-2020-04-28
0e90984ff0c faust: unstable-2020-03-20 -> unstable-2020-06-08
b44f547c53c ipfs-cluster: 0.12.1 -> 0.13.0
0daaed87309 Revert "Merge pull request #89726 from doronbehar/ruby-gcc-ref"
a5a52e8c73e Merge pull request #88718 from adisbladis/vmware-xorg-driver-defaults
61e57e8fd75 Merge pull request #90140 from magnetophon/p7zip
efd8f66119f Merge pull request #89449 from mmilata/lnd-exporter
1a5dafcd5be services.x11.videoDrivers: Don't include vmware driver by default
9de29f6dd7a aliases: Remove lib.warn call
334b347cd05 Revert "woeusb: remove p7zip"
331fb4c9e2b Revert "ark: remove p7zip"
133e10fb8e5 Revert "python.pkgs.binwalk: remove p7zip from propagatedBuildInputs"
1683a5f1463 Revert "dtrx: remove p7zip, since it's unsafe"
49ce43a460c pan: add license
d75a478ff24 licenses: add GNU Free Documentation License v1.1
b2955e5000f tinywm: add license
22ff32d7408 xhyve: add license
5d87992126f qemu-utils: inherit meta data from qemu
d162c97a73b gosmore: add license
d00013fd7cd jpeg-archive: add license
74fb58b6010 dashpay: add license
40a04df6fef rubyripper: add license and description
97f1c250288 mokeysAudio: add license and description
e174d249df7 hdf4: add license
876bf3abc93 nixos/prometheus-lnd-exporter: init
0a5eab26928 prometheus-lnd-exporter: init at unstable-2020-01-09
f6243aba728 Merge pull request #90070 from sikmir/mp3blaster
6590c338500 Merge pull request #89726 from doronbehar/ruby-gcc-ref
d659f968ba3 Merge pull request #88075 from mroi/patch-libmilter
f5c1ab06afa Merge pull request #89351 from dwarfmaster/fix-emacs-build
656783a3d18 Merge pull request #89540 from Patryk27/fixes/lxd-lxcfs
2c7ec299fa2 Merge pull request #89980 from sikmir/clex
a4959d36efd Merge pull request #90128 from vcunat/p/locales-priority
7be315a842b mpv-with-scripts: revive in aliases along with a warning
d60b5aaa2fb wrapMpv: Use lib.strings.escapeShellArgs
955701709f8 p7zip: switch to maintained fork
63657a163d7 drumgizmo: fix build with lv2 1.18.0
30e7c21e994 infamousPlugins: fix build with lv2 1.18.0
002e3cfbce6 ir.lv2: fix build with lv2 1.18.0
269b95810b0 sorcer: fix build with lv2 1.18.0
5bb1c43fc69 yoshimi: 1.7.0.1 -> unstable-2020-01-19
d838d2fdf9e guitarix: 0.39.0 -> 0.40.0
21836f48599 lsp-plugins: 1.1.19 -> 1.1.22
ee540d4ff70 Merge pull request #89955 from r-ryantm/auto-update/gjs
b0da8d03f98 Merge pull request #90036 from r-ryantm/auto-update/libosinfo
d65bcef36d3 Merge pull request #89270 from GTrunSec/julia-lapack
f86167fb12a abcl: 1.6.1 -> 1.7.0
8ce2d2c4a4a Merge pull request #89832 from r-ryantm/auto-update/go-jsonnet
4bb1995cab5 icewm: fix build
5a416c00498 gdk-pixbuf-xlib: fix pc file
20f710cac5e unetbootin: 677 -> 681
98058759b7d Merge pull request #90137 from Philipp-M/nushell-0.15.0
3190ba12f74 Merge pull request #90077 from mdlayher/mdl-nixos-apcupsd
016a538f715 Merge pull request #89810 from mdlayher/mdl-keylight-exporter
0cbf4c87f97 nushell: 0.14.0 -> 0.15.0
9fa4c48baa4 Merge pull request #88836 from r-ryantm/auto-update/mkp224o
083cabb8c7a Merge pull request #90122 from r-ryantm/auto-update/protozero
77d893eea3a python.pkgs.python-daemon: use older pytest
890931af22a carla: 2.1 -> 2.1.1
3a70659b4d0 Merge pull request #89918 from romildo/upd.efl
92aa60918f7 nixos i18n.supportedLocales: increase systemPackages priority
8deeeb02197 abcmidi: 2020.03.25 -> 2020.06.07
210cc1633b8 home-assistant: 0.110.1 -> 0.111.0
c9c79d7dba8 Merge pull request #88972 from asbachb/update-postfix-3.5.2
ea76532bc86 Merge pull request #89930 from r-ryantm/auto-update/evolution-data-server
f3de6bc15a3 Merge pull request #87465 from r-ryantm/auto-update/qtutilities
e36a8eec2d6 Merge pull request #89869 from r-ryantm/auto-update/syncthingtray
afb5de44bc2 gnucash: Add libdbiDrivers env var to wrapper
fad8a8ebb43 protozero: 1.6.8 -> 1.7.0
c1c9d7c13fd Merge pull request #89865 from r-ryantm/auto-update/simplenote
9f648fbc95f Merge pull request #90107 from marsam/fix-nss-darwin
452e58f27b0 Merge pull request #90068 from r-ryantm/auto-update/msmtp
359d87eacaa Merge pull request #90111 from r-ryantm/auto-update/phoronix-test-suite
b78a0348d30 stdenv/check-meta: alignment/width
58a4f737c61 poezio: 0.13 -> 0.13.1
4a162144911 gnome3.polari: 3.36.2 -> 3.36.3
470798c2cdf pipenv: 2020.5.28 -> 2020.6.2
d0f93d05158 phoronix-test-suite: 9.6.0 -> 9.6.1
580a0e52b13 Merge pull request #89934 from zowoq/gogetdoc
cc87aef2284 ffado: 2.4.2 -> 2.4.3
2265f3828b9 piper: 0.4 -> 0.5
d6c0115cee9 nodePackages.he: init at 1.2.0
74ff4f65ca4 nodePackages.escape-string-regexp: init at 4.0.0
d5a5009e1f8 nodePackages: update
759de38807e gdcm: 3.0.5 -> 3.0.6
7d131f61126 fossil: 2.11 -> 2.11.1
f183f8817ba gcalcli: 4.2.1 -> 4.3.0
5312ff04208 jdupes: 1.15.0 -> 1.16.0
541f92f24e1 haproxy: 2.1.4 -> 2.1.6
38a4af7d197 gitlab: 13.0.4 -> 13.0.6
5b8a78a9720 rtl-ais: init at 0.8.1
e596d5cd63d Merge pull request #90093 from r-ryantm/auto-update/osinfo-db-tools
e45146d94bf nixos/prometheus-apcupsd-exporter: new module
043fb602938 intel-media-driver: 19.4.0r -> 20.1.1
5d39d988dcf gjs: Fix locale detection
736363d715f opensmtpd: 6.7.0p1 -> 6.7.1p1 (#90090)
ffe966a3359 osinfo-db-tools: 1.7.0 -> 1.8.0
6635e78fad0 gjs: Fix tests
89f0e0a2fa2 mautrix-telegram: 0.8.0 -> 0.8.1
61ec84f7f97 python3Packages.mautrix: 0.5.0 -> 0.5.4
62523f3388f packer: 1.5.6 -> 1.6.0
ddb49be96e2 roundcubePlugins.persistent_login: 5.1.0 -> 5.2.0
16658adcc4b Merge #90057: linux_*hardened: fix kernel config options
f71490bd1d0 Add gopls to vim-go binaries
09cda2de69f mp3blaster: fix build on darwin
1fea5519b47 Merge pull request #90078 from timokau/gidgethub-4.1.1
c898b5c0573 hostapd: add hexa as maintainer
ba5ace74d44 Merge pull request #90042 from r-ryantm/auto-update/metabase
24e1a54effc Merge pull request #89611 from flokli/pipewire-media-session-absolue-path
2cb97c36ae1 arduino: 1.8.9 -> 1.8.12
700eed636c9 python.pkgs.gidgethub: 3.2.0 -> 4.1.1
7a4ee350b00 Merge pull request #90027 from Mic92/redis
a6941d2b2ad Merge pull request #89362 from seppeljordan/update-nix-prefetch-github-2.4
9930b8fd3d9 wireshark: Add Bluetooth
f2d15682828 transmission: add libstdc++ and libgcc_s permissions to apparmor profile
9a91be049a4 anki: format to fix indentation
93ebfdad49e cmake-language-server: 0.1.1 -> 0.1.2
e77426822ff nixos/prometheus-keylight-exporter: new module
0bee0cb8224 Merge pull request #89928 from r-ryantm/auto-update/facter
39478874de7 Merge pull request #90069 from Mrmaxmeier/thelounge-restore-thelounge_home
2d544307e58 pipewire: apply patch providing absolute path to pipewire-media-session
2d92ecf84cc thelounge: re-apply 'write out default path'
51da4293f5f prometheus-keylight-exporter: remove unnecessary goPackagePath
01b73a01e7e msmtp: 1.8.10 -> 1.8.11
c588f51f51d mpop: 1.4.9 -> 1.4.10
a691394d18a starship: 0.41.3 -> 0.42.0
4c633178b9e Merge pull request #89948 (nixpart0 build fixes)
bc8f008d7c1 haskellPackages.hasql-notifications: unbreak
69c8911a938 Merge pull request #90041 from markuskowa/upd-slurm-19.05
841705284c8 linux: fix kernel config options for linux_*hardened
a5f5d020c69 Merge branch 'staging-next'
ed43d951af1 Merge pull request #90053 from r-ryantm/auto-update/mm-common
9b47854f24b networkmanager-fortisslvpn: more clean ups and fixes
dc318b393fe networkmanager-fortisslvpn: clean up
1e0f101947b mm-common: 1.0.0 -> 1.0.1
a421af29e46 nixos/opensmtpd: add a setgid wrapper for smtpctl (#89962)
fd8892961fe Merge pull request #79842 from mir06/add-liberfa
d456800b17b Merge pull request #90045 from r-ryantm/auto-update/marvin
20a4dad69ef Merge pull request #89984 from r-ryantm/auto-update/hopper
33ba6ab3dbb Merge pull request #89819 from r-ryantm/auto-update/codeql
a3698d9f36b execline: 2.6.0.0 -> 2.6.1.0
879202bf374 Merge pull request #89905 from r-ryantm/auto-update/cargo-watch
86d193c305a Merge pull request #90013 from r-ryantm/auto-update/jmol
9ad9ad86a4c Merge pull request #90039 from flokli/pipewire-0.3.6
b151d8d5833 Merge pull request #89979 from r-ryantm/auto-update/gnome-applets
97c6e005ac6 slurm: add passthru.tests
1095a149930 Merge pull request #89940 from r-ryantm/auto-update/feh
0e1384f109c Merge pull request #90031 from ghuntley/patch-2
59ceaf7e339 mkvtoolnix: 46.0.0 -> 47.0.0
bbe71613b6e linux: fix kernel config options for 5.7
05f1bcce494 python2Packages.nixpart0/multipath_tools: fixup path to internal libraries
912e1e87c05 python2Packages.nixpart0/pyblock: patch for glibc >= 2.28
64f4073f8d0 python2Packages.nixpart0/parted: patch for glibc >= 2.28
eb696ef6727 python2Packages.nixpart0/multipath_tools: patch for glibc >= 2.28
0776d9043c6 python2Packages.nixpart0/lvm2: patch for glibc >= 2.28
c494fc51dc4 python2Packages.nixpart0/cryptsetup: patch for glibc >= 2.28
0f890be4049 marvin: 20.12.0 -> 20.13.0
6cd7394d036 Merge pull request #90037 from r-ryantm/auto-update/libcloudproviders
77d18851b98 metabase: 0.35.3 -> 0.35.4
9dd9bc7bcc2 linux: fix kernel config options
d2d9ce8ca29 Merge pull request #89908 from zowoq/dnscrypt-proxy
9e7b60022f6 Merge pull request #89946 from r-ryantm/auto-update/fetchmail
fb9ca6431c3 Merge pull request #89784 from zowoq/add-maintainer
b981b77c2c2 pipewire: 0.3.5 -> 0.3.6
9bfa44f745e Merge pull request #89944 from r-ryantm/auto-update/gallery_dl
5d8f61f3bfb slurm: bugifx, add su/echo paths
531bedd2f8d Merge pull request #89938 from r-ryantm/auto-update/gitui
744f87ab7d9 Merge pull request #89978 from r-ryantm/auto-update/flyway
a6c9c255874 Merge pull request #90006 from r-ryantm/auto-update/joker
37eba9055b2 libcloudproviders: 0.3.0 -> 0.3.1
207f5f36f1f libosinfo: 1.7.1 -> 1.8.0
1f1f02bb731 Merge pull request #89765 from romildo/upd.qsudo
7a25acbac40 Merge pull request #89736 from romildo/fix.lumina-desktop
d01d1da890f Merge pull request #89952 from r-ryantm/auto-update/freetds
e466ea721c4 chromium{Beta,Dev}: Fix the builds
8b2d735d1a0 nss: fix build on darwin
af4491f26c7 slurm: 19.05.5.1 -> 19.05.7.1
ffa51372780 docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1
10acf9ae002 nixos/redis: add redis group
496bc90c6c9 Merge pull request #89620 from kuznero/vscode
6e9bb30566a Merge branch 'master' into staging-next
5fe5be3d869 liberfa: init at 1.7.0
b621677c882 maintains: add mir06
f6482597318 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α1 → 4.11.0+α2
0ba7e1ae981 helm: Use vendor instead of redownloading modules (#89695)
7de048a9cca Merge pull request #90021 from sikmir/agrep
bc69d291642 Merge #89903: nixos/make-iso9660: fix zstd input
c4cd635283c agrep: enable on darwin
4410e2c0adc ktlint: 0.37.0 -> 0.37.1
a44f91af277 lua packages: remove myself from some meta.maintainers
e8bcac75f3b gore: init at 0.5.0 (#89722)
3c22d233e59 Merge pull request #89999 from r-ryantm/auto-update/groonga
8128858bbf3 Merge pull request #89910 from zowoq/cloudflared
c04e2c41ca2 jmol: 14.30.2 -> 14.31.0
adbace3c212 Merge pull request #89911 from r-ryantm/auto-update/dash
fdb2ca58c2e Merge pull request #89873 from r-ryantm/auto-update/tokei
f1cb1b7c80c Merge pull request #89916 from r-ryantm/auto-update/eksctl
33a99518e9a Merge pull request #89939 from asymmetric/no-geth
9283274a484 Merge pull request #89992 from r-ryantm/auto-update/ibm-sw-tpm2
e9be7a76013 Merge pull request #89975 from r-ryantm/auto-update/gnome-initial-setup
6a5dba58cad Merge pull request #89966 from r-ryantm/auto-update/gnome-boxes
150f1cc7bf0 Merge pull request #89973 from r-ryantm/auto-update/gnome-system-monitor
5a0e9e63c71 Merge pull request #89457 from NixOS/f/pam_ordering
c637cbe9920 Merge branch 'master' into staging-next
986ff168c7d Merge pull request #89942 from r-ryantm/auto-update/glib-networking
81c9cc0b607 joker: 0.15.3 -> 0.15.4
a2195db45a0 Merge pull request #89950 from r-ryantm/auto-update/gnome-music
06ad4dcb265 Merge pull request #89935 from r-ryantm/auto-update/gnome-klotski
ec519962fe3 Merge pull request #89937 from r-ryantm/auto-update/gnome-tetravex
78deca2074c Merge pull request #89947 from r-ryantm/auto-update/gnome-chess
15b098b2a81 Merge pull request #86780 from sternenseemann/xmlrpc-lite-0.7.17
500ab908f20 gnome3.gnome-music: disable strictDeps
b9537665075 Merge pull request #89925 from r-ryantm/auto-update/evince
81ac6d63050 Merge pull request #89982 from r-ryantm/auto-update/iagno
1d8c4410687 Merge pull request #87373 from Mic92/wee-slack
58d2c8028c0 groonga: 10.0.2 -> 10.0.3
dea8a525b0e Merge pull request #89886 from r-ryantm/auto-update/blender
5ca9a2d15bd leveldb: Add snappy dependency (#89852)
926e8631bc2 Merge pull request #89969 from r-ryantm/auto-update/git-filter-repo
7440f0f3862 pycurl: Exclude another flaky test. Fixes #77304
4f67c0cc6c6 adb-sync: 2016-08-31 -> 2019-01-01
4fd9c8c33b4 Merge pull request #89837 from r-ryantm/auto-update/helmfile
eecd52feef5 Merge pull request #89933 from r-ryantm/auto-update/FlexGet
3d44c01fe39 gitAndTools.git-filter-repo: add meta platforms
a8ba9a04b31 Merge pull request #89965 from r-ryantm/auto-update/git-absorb
266b47a7ba6 Merge pull request #89974 from r-ryantm/auto-update/four-in-a-row
49d525848a3 ibm-sw-tpm2: 1563 -> 1628
06e88d4a913 Merge pull request #89968 from r-ryantm/auto-update/gnome-taquin
fb6f9a150a0 Merge pull request #89959 from r-ryantm/auto-update/tridactyl-native
663ea3b0e36 hopper: 4.5.27 -> 4.5.28
9494fdeeb32 Merge pull request #70327 from abbradar/synapse-plugins
a24dbc9f36f gnome3.iagno: 3.36.2 -> 3.36.3
22e75d4445d clex: enable on darwin
27276d82523 gnome3.gnome-applets: 3.36.3 -> 3.36.4
074911e4606 flyway: 6.4.2 -> 6.4.3
5a57efe9e4f gnome3.gnome-initial-setup: 3.36.2 -> 3.36.3
7de19f4599b gnome3.four-in-a-row: 3.36.2 -> 3.36.3
e8eb27ffc3d gnome3.gnome-system-monitor: 3.36.0 -> 3.36.1
168846fa8ec Merge pull request #89842 from karolchmist/i3status-rust-update-0.14.1
4f5e740880e gitAndTools.git-filter-repo: 2.26.0 -> 2.27.0
1028f591e56 gnome3.gnome-taquin: 3.36.2 -> 3.36.3
e359d94760e gnome3.gnome-boxes: 3.36.3 -> 3.36.4
84264ef0f01 gitAndTools.git-absorb: 0.6.2 -> 0.6.3
524ce45651b mu: 1.4.9 -> 1.4.10
1c7fd15a423 ocamlPackages.crowbar: init at 0.2
35a94eae571 Merge pull request #89783 from romildo/upd.snowblind
0855b425930 tridactyl-native: 1.19.0 -> 1.19.1
2df0fef39ea gjs: 1.64.2 -> 1.64.3
42f3f3cbda3 freetds: 1.1.39 -> 1.1.40
d63e7b5b21e gnome3.gnome-music: 3.36.2 -> 3.36.3
9bf11556710 gnome3.gnome-chess: 3.36.0 -> 3.36.1
a1aecffc971 tdesktop: 2.1.10 -> 2.1.11
6be386f9069 Merge pull request #89874 from r-ryantm/auto-update/tpm2-tools
de7db8c2681 Merge pull request #89932 from r-ryantm/auto-update/go-ethereum
9ca72810934 fetchmail: 6.4.5 -> 6.4.6
62f80aaeff9 gallery-dl: 1.13.6 -> 1.14.0
9e296840642 glib-networking: 2.64.2 -> 2.64.3
fbace4e4ed3 feh: 3.4 -> 3.4.1
3d6ea5fd08a blender: add veprbl to maintainers
e49189078fa blender: 2.82a -> 2.83.0
fb1f86757e7 go-ethereum: remove asymmetric from maintainers
01b660d8f12 gitAndTools.gitui: 0.3.0 -> 0.5.0
9546174fa5b gnome3.gnome-tetravex: 3.36.2 -> 3.36.3
f8ba613f10a perlPackages.XMLRPCLite: init at 0.717
e95a896c829 gnome3.gnome-klotski: 3.36.2 -> 3.36.3
5fbbfe48a70 gogetdoc: remove unnecessary goDeps/goPackagePath
bcead5272d1 flexget: 3.1.57 -> 3.1.59
9b0a95e4815 go-ethereum: 1.9.14 -> 1.9.15
735e22d1f92 evolution-data-server: 3.36.2 -> 3.36.3
fff8963272d facter: 3.14.10 -> 3.14.11
511f062729e Merge pull request #89871 from r-ryantm/auto-update/tendermint
a89b2379bbc evince: 3.36.1 -> 3.36.3
e0c970c0e28 Merge pull request #89820 from primeos/linux_5_7
551a9887e28 hardenedLinuxPackagesFor: Make it possible to delay major updates
90c533d6499 Merge pull request #89827 from romildo/upd.ibm-plex
4f9e07deb26 Merge pull request #89921 from jtojnar/py38-gst
35159ca5a27 Merge pull request #89881 from zowoq/gnome-artwork
7487fcb844a Merge pull request #89892 from r-ryantm/auto-update/armadillo
e9b294ff270 Merge pull request #89893 from r-ryantm/auto-update/avocode
faaab8f9e44 Merge pull request #89870 from r-ryantm/auto-update/taisei
74734f3f3d9 python38.pkgs.gst-python: Fix build
a9627ecc384 Merge pull request #89887 from r-ryantm/auto-update/amtk
1c14b52e183 hostapd: apply patches for CVE-2020-12695
3837987501b Merge pull request #89917 from r-ryantm/auto-update/epiphany
3c1ac429d4d enlightenment.efl: add dependence mint-x-icons
244b0ee62a1 epiphany: 3.36.1 -> 3.36.2
2c79d7f0c22 ffmpeg-full: inherit src/version from ffmpeg
a505e9d7f41 Merge pull request #89440 from priegger/fix/factorio-mkModDirDrv
de94d7a4f8f Merge pull request #89467 from priegger/fix/factorio-0.18.30
d8291bb1f89 eksctl: 0.19.0 -> 0.21.0
1d38f6bcb29 chromiumBeta: Fix the configuration phase
6e746a6e2c9 dash: 0.5.10.2 -> 0.5.11
e31bab80cdf cloudflared: 2020.3.2 -> 2020.5.1
ac44b7f958c Merge pull request #89797 from dali99/dandellion-mumble-1.3.1
6ab23a0f798 Merge pull request #89879 from euank/fix-odbc-sqlite
38de173440d Merge pull request #89840 from berbiche/patch-1
ee092d086f4 dnscrypt-proxy2: 2.0.42 -> 2.0.43
264f85658e0 cargo-watch: 7.4.0 -> 7.4.1
29e4bbe4b11 ibm-plex: 4.0.2 -> 5.0.0
f73436b3748 nixos/make-iso9660: fix zstd input
51e8a82f1e8 Merge pull request #89297 from Ma27/bump-hydra
29c4fc94cf4 Merge pull request #55302 from teto/lua_doc
41525f7d9ab avocode: 4.6.3 -> 4.6.4
6fc4c561d17 beanstalkd: 1.11 -> 1.12 (#89890)
0e0df31e2a9 armadillo: 9.880.1 -> 9.900.1
0b4afef84a3 gitMinimal: fix build after PR #86848
005d4b35c54 amtk: 5.0.2 -> 5.1.1
115b7d92b8c graphql_ppx: init at 0.7.1
fa607bc9394 nixos/gnome3: nixos-artwork -> pkgs.nixos-artwork
944a86ed1a5 Merge pull request #89804 from deshaw/contrib/victoriametrics-update
1830fde3b12 Merge pull request #89642 from zowoq/dgraph
cb0f1581764 unixODBCDrivers: fix sqlite driver to link with sqlite3
722ef6c48bb Merge pull request #89856 from cmacrae/upgrade/yabai/3.1.2
7f00dcf4914 Merge pull request #88876 from Thra11/dtc-1.6.0
ecc9b2f3aab Merge pull request #87672 from dasj19/blueman
76e2f3c2b80 Merge pull request #89878 from erebid/master
8c7b509897d terraria-server: 1.4.0.4 -> 1.4.0.5
c9d5007dbca watchexec: 1.13.0 -> 1.13.1
70ec9412658 tpm2-tools: 4.1.2 -> 4.1.3
58b060591d6 tokei: 11.2.0 -> 11.2.1
1bf56dc39dc tendermint: 0.32.12 -> 0.33.5
9a47504fe7c nodePackages.clean-css: rename to clean-css-cli
43adf0c9acf nodePackages.rollup: init
3907853faa9 nodePackages: update
7ec89e77937 taisei: 1.3 -> 1.3.1
eb9971498d4 Merge pull request #89866 from r-ryantm/auto-update/slirp4netns
b150500ca73 syncthingtray: 0.10.9 -> 0.10.10
3f126dab45d slirp4netns: 1.1.0 -> 1.1.1
5351819578e simplenote: 1.16.0 -> 1.17.0
0ff9f5e1f69 Merge pull request #89848 from adisbladis/poetry-1_0_8
081e3c17a39 Merge pull request #89828 from r-ryantm/auto-update/ghq
423f85422f8 poetry: 1.0.5 -> 1.0.8
25b9f3b3e05 poetry2nix: 1.9.0 -> 1.9.2
e5b7f1325cc xpra: 3.0.9 -> 4.0.2
482a82b0624 Merge pull request #89790 from formbay/pytest_dependency
9b7cb6cd13e oh-my-zsh: 2020-06-05 -> 2020-06-08
aa1479c5be1 linux: 5.6.16 -> 5.6.17
505e54f3404 linux: 5.4.44 -> 5.4.45
4c11426c3fa linux: 4.19.126 -> 4.19.127
7f5bf01c67a Merge pull request #89844 from r-ryantm/auto-update/libgen-cli
51c0d1408e3 pinnwand: 1.1.1 -> 1.1.2
d75c7da3889 Merge pull request #89854 from r-ryantm/auto-update/nfpm
154fc03194b yabai: 3.1.1 -> 3.1.2
0700b31ff7e libgen-cli: install completions
65bba532768 Merge pull request #89847 from cmacrae/upgrade/yabai/3.1.1
5f11c0ad81b Merge pull request #70024 from NixOS/nix-static
a9924d7ab87 libexecinfo: fix building statically
c86af902f44 nix: allow static compilation
28a142050d1 eq10q: work around breaking change in lv2 1.18.0
6231dc774de Merge pull request #88692 from Aver1y/libusb-pkgsMusl
59616b291d6 openssh: don’t include fido2 on musl
fc757c46832 nfpm: 1.2.1 -> 1.3.1
0a488516be2 boolector: 3.0.0 -> 3.2.1
90b75531a5a btor2tools: pre55 -> 1.0.0-pre
bcda2525a31 Merge pull request #89505 from matthewbauer/remove-outdated-support-groups
fb526fd4691 Merge pull request #89834 from r-ryantm/auto-update/gotop
f9e0c84d0bd Merge pull request #89697 from adisbladis/pulseaudio-module-bt-1_4
e9198cb7a58 yabai: 3.1.0 -> 3.1.1
0cde5898f41 libgen-cli: 1.0.5 -> 1.0.6
3b1f33f300e Merge pull request #89833 from flokli/bump-terraform-providers
966631c5362 i3status-rust: 0.14.0 -> 0.14.1
071c0f935c7 nixos/manual: spelling s/environent/environment/g in configuration.xml
0f181a98afd helmfile: 0.114.0 -> 0.118.6
8ae7ac9e8c9 lxd: Add tests
347320954a7 gotop: 3.5.2 -> 3.5.3
241eef1ec36 terraform-providers: update
2f79f25963e Merge pull request #41798 from Izorkin/ssh-custom
131fda1225c go-jsonnet: 0.15.0 -> 0.16.0
1086ae52fbf nixos/ssh: add crypto options
fc91a3f7923 Merge pull request #89760 from worldofpeace/pantheon-updates
d57cf1d3556 ghq: 1.1.0 -> 1.1.1
aa366931499 angband: 4.2.0 -> 4.2.1
0574ace715a pythonPackages.pytorch: 1.4.1 -> 1.5.0
3ee1dcce2cf aws-checksums: 0.1.5 -> 0.1.7
ee4bfb02d2c Merge pull request #89730 from hedning/gnome-shell-bump
75251d9ea53 Merge pull request #89470 from doronbehar/update-brotab
cff2f52a043 Merge pull request #89581 from r-ryantm/auto-update/axel
95b1cf8175c bitwarden: 1.17.2 -> 1.18.0
458d86fd9ce clementine: 1.3.1 -> 1.4.0rc1, switch to Qt 5, fix build
9146684bbbd liblastfm: switch to Qt 5
1d2e139a769 codeql: 2.1.4 -> 2.2.1
d903f1166b9 Merge pull request #89649 from oxalica/rust-analyzer
19b2efbc392 linux_5_7: init at 5.7.1
77ca582d911 prometheus-keylight-exporter: init at 0.1.1
bdae576bf14 Merge pull request #89809 from mdlayher/mdl-apcupsd_exporter
aab58082920 Merge pull request #89648 from r-ryantm/auto-update/nco
9748384ba92 prometheus-apcupsd-exporter: fix maintainers list
0342bd2218c prometheus-apcupsd-exporter: unstable-2019-03-14 -> 0.2.0
be483c8c6c0 Merge pull request #89570 from mjlbach/fix_pyxdg
73df78b810f victoriametrics: 1.34.7 -> 1.37.0
df1f883bbf2 Merge pull request #89789 from 1000101/formatting
693c1071def Merge pull request #89671 from mmilata/sympa-6.2.56
b47e4cc0c00 mumble: 1.3.0 -> 1.3.1
97fc8af29b5 flake.nix: Remove edition field
d07a4906e75 Merge pull request #89710 from Kiwi/ocrmypdf-9.8.2
dc33419285c Merge master into staging-next
2aa93eb7306 pythonPackages.pytest-dependency: 0.4.0 -> 0.5.1
b56c66e7e85 Merge pull request #89762 from nlewo/nextcloud-oc_pass
3590f02e7d5 Merge pull request #88574 from JJJollyjim/qemu-vm-qboot-opt
657f4927ebc dune_2: 2.5.1 -> 2.6.0
9ebc1440342 Merge pull request #89740 from markuskowa/fix-moosefs
8ef0ed1dd31 Merge pull request #89538 from WilliButz/update/atlassian-crowd/4.0.2
277bbb8efec formatting: fix missing leading whitespace
5f7d9d0985a poco: 1.9.4 -> 1.10.1 (#80665)
1701285f184 Merge pull request #88933 from knl/bump-1password-to-1.0.0
b668fe87962 Merge pull request #89582 from input-output-hk/fix-rust-cross
f2a33e4486b Update configure-flags.nix
58ffaee5d7d Update configure-flags.nix
5ac6f222fa7 nym: 0.6.0 -> 0.7.0
0a8fb89fca5 rustPlatform: fix cross-compiling by using native diff
b59847b8480 systemd: avoid rebuild from the parent commit for now
794e0f7ca4d shfmt: add maintainer
72fb771de98 ripgrep: add maintainer
cc1b2a14be1 megatools: add maintainer
d2528b8873c ncdu: add maintainer
f13cb53452d miniserve: add maintainer
6ac70262b74 fzf: add maintainer
bec1b17a4c7 fd: add maintainer
6ade1ec9a0c exa: add maintainer
efe9c7c1388 bat: add maintainer
4b1ac88d480 snowblind: 2020-02-26 -> 2020-06-07
92c3267ad4a Merge pull request #89747 from alexarice/styx-update
e3a86263ad8 Merge pull request #89764 from geistesk/watson-1.9.0
524e24c9ff2 Merge pull request #89706 from marsam/init-go-toml
a239864fc61 systemd: Fix cross build
f0870fc1191 Merge pull request #89739 from zowoq/editorconfig-checker
46e172ecd97 Merge pull request #89771 from Atemu/jc-update
6f128c37bb3 Merge pull request #89749 from marsam/init-git-subset
55912f35352 nixos/qemu-vm: add option to use a non-standard BIOS
d0abc5d54f7 Merge pull request #89597 from r-ryantm/auto-update/cq-editor
38b720e653e Merge pull request #89667 from r-ryantm/auto-update/picard-tools
7d3dd35e42b Merge pull request #89617 from omniitgmbh/graylog_3.3.0_with_plugins
a554e128330 idris2: fix build on macOS (#89548)
2372dc54221 jc: 1.11.1 -> 1.11.2
53780e79448 Merge pull request #89603 from AndersonTorres/update-tiny8086
c597a7f869e formatting: fix missing leading whitespace
1ea60ca7838 Merge pull request #89680 from mweinelt/borgbackup
458919e9fea Merge pull request #89768 from 1000101/ninvaders
eadcec4988c Merge pull request #89742 from lblasc/rls-std-completion-fix
c0571a04629 Merge pull request #89684 from r-ryantm/auto-update/sbt
c8d679a141a ninvaders: init at 0.1.2
da6ab6626e6 qsudo: init at 2020.03.27
09b137a0576 Merge pull request #89587 from r-ryantm/auto-update/bitwarden_rs
495cf5fd170 Merge pull request #89565 from jsravn/enable-chromium-rtc-use-pipewire
1e3559fe190 watson: 1.8.0 -> 1.9.0
cb682317b00 nixos/nextcloud: preserve OC_PASS env variable in the occ wrapper
d5085910396 Merge pull request #86163 from worldofpeace/wallpaper-refactor
150a36299e5 fixup! pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7
1059cdab389 Merge pull request #88519 from karolchmist/sdl2-add-optional-dont-disable-static
131028cd50b Merge pull request #89613 from flokli/pipewire_0_2_version
00ec55d0437 1password: 0.10.0 -> 1.0.0
8d05c66dc66 fixup! update
cf675b75c31 pantheon.switchboard-plug-sound: 2.2.3 -> 2.2.4
a8800e6b823 pantheon.switchboard-plug-security-privacy: 2.2.3 -> 2.2.4
2a48d9fa2c3 pantheon.switchboard-plug-printers: 2.1.8 -> 2.1.9
766478e2bec pantheon.switchboard-plug-power: 2.4.1 -> 2.4.2
9de4f5447e8 pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7
f8d35d8b7e2 pantheon.switchboard-plug-network: 2.3.0 -> 2.3.1
6e533913948 pantheon.switchboard-plug-mouse-touchpad: 2.4.1 -> 2.4.2
ac1294c3dbb pantheon.switchboard-plug-display: 2.2.1 -> 2.2.2
462abd5701f pantheon.switchboard-plug-datetime: 2.1.7 -> 2.1.9
9ed9140cc6c Merge pull request #86230 from prusnak/electron-cleanup
1d759d47860 pantheon.switchboard-plug-bluetooth: 2.3.1 -> 2.3.2
96a44e01de2 pantheon.switchboard-plug-about: 2.6.2 -> 2.6.3
65c47f614b2 pantheon.elementary-onboarding: 1.2.0 -> 1.2.1
babac73225b pantheon.elementary-shortcut-overlay: 1.1.1 -> 1.1.2
32826395680 pantheon.wingpanel-applications-menu: 2.7.0 -> 2.7.1
5f88c646d6f pantheon.wingpanel-indicator-network: 2.2.3 -> 2.2.4
2ce928c741b pantheon.pantheon-agent-polkit: 1.0.1 -> 1.0.2
10dcf337ec4 pantheon.elementary-greeter: 5.0.3 -> 5.0.4
6bc80d599a1 pantheon.wingpanel-indicator-datetime: 2.2.2 -> 2.2.4
05d5406fd80 pantheon.sideload: 1.1.0 -> 1.1.1
5b5081f52d2 pantheon.elementary-files: 4.4.2 -> 4.4.3
758619551b9 pantheon.elementary-calendar: 5.0.4 -> 5.0.5
e3be875b709 pantheon.elementary-icon-theme: 5.3.0 -> 5.3.1
6c3b7923f0a pantheon.appcenter: 3.3.0 -> 3.4.0
148bf83ceea vscode: add %U to exec command of the desktop item (#88623)
7b9d7cc05d8 Merge pull request #85947 from prusnak/images-zstd
410ac112879 Merge pull request #89469 from prusnak/electron-update
e9c10aa0814 Merge pull request #89424 from prusnak/jitsi-meet-electron
d02f75afbb0 pantheon.gala: 3.3.1 -> 3.3.2
7707830b40c pantheon.wingpanel-applications-menu: 2.6.0 -> 2.7.0
5c7019dbbd0 pantheon.granite: 5.3.1 -> 5.4.0
7bd2c2ae3a5 pantheon.elementary-icon-theme: 5.2.0 -> 5.3.0
3fe608a2745 pantheon.switchboard: 2.3.9 -> 2.4.0
e22f36ecc02 pantheon.appcenter: 3.2.4 -> 3.3.0
e4f445008e0 boot: fix order of arguments for `hasPrefix` (#89751)
a1bdb4dd843 Merge pull request #89700 from r-ryantm/auto-update/cargo-tarpaulin
4e986bd2b18 Merge pull request #89686 from bhipple/auto-update/vultr-cli
8f5efc23f2e Merge pull request #89685 from r-ryantm/auto-update/sdate
8a70e6d1dbe Merge pull request #89621 from omniitgmbh/pythonPackages.phonenumbers_8.12.5
87e86b45746 autoen: Fix cross build
b78c6d47eec autogen: More normal formatting
e425cf5fb50 Merge pull request #89672 from r-ryantm/auto-update/pt2-clone
069ca7e897c styx: 0.7.1 -> 0.7.2
ca39097da8f buildbot-worker: inherit version from buildbot
573089724ce buildbot-pkg: inherit version from buildbot
b783e570aca buildbot: 2.8.0 -> 2.8.1
c6a8c32613f Merge pull request #89727 from vbgl/ocaml-sexplib-remove-legacy
0558bb9f640 cargo-make: 0.30.8 -> 0.31.0
3fec30cb959 dlib: 19.19 -> 19.20
8454ef7b296 i3status-rust: 0.13.1 -> 0.14.0
fbf25a93082 roundcube: 1.4.5 -> 1.4.6
6394b12a079 nixos/ssmtp: add settings option
f7bc0a3996a rls: set RUST_SRC_PATH
0710b5afecd speech-denoiser: fixup prefix
11398cb350d Merge pull request #88977 from filalex77/wrangler-1.9.2
cb81126e8e7 Merge pull request #89281 from euank/k3s-update
03dead87875 Merge pull request #89455 from danderson/master
cf979789097 snippetpixie: 1.3.2 -> 1.3.3
2fd6a4811af openbazaar: 0.14.2 -> 0.14.3
af13724bbba Make sure glib and gtk3 are both in nativeBuildInputs
8744ce01f18 unifiStable: 5.12.66 -> 5.12.72
7bdddd09174 renderdoc: 1.7 -> 1.8
155382cae37 Merge pull request #89515 from lopsided98/qgroundcontrol-update
eed21283ace Merge pull request #89630 from romildo/upd.stilo-themes
c964291f301 yafaray-core: relax python dependency
69a601c6274 moosefs: fix datapath for mfscgiserv
5d77078b46f editorconfig-checker: add maintainer
ff0da2c3e7a hactool: minor fixup
aacbfe0805c editorconfig-checker: 2.0.4 -> 2.1.0
177ac37bd94 lumina.lumina: make bsdtar available for lumina-archiver
656468f4285 audacity, isync: add self to maintainers
a739d310c1d libucl: init at 0.8.1
f3cf84d8043 gnome3.mutter: 3.36.2 -> 3.36.3
40215faf818 gnome3.gnome-shell: 3.36.2 -> 3.36.3
b62c2af71ee gnomeExtensions.gsconnect: 35 -> 38
7c65275595e palemoon: 28.9.3 -> 28.10.0
3795ac59cf9 gitAndTools.git-subset: init at 0.1.1
adc908a8737 adwaita-qt: 1.1.1 -> 1.1.3
0bbb0d488cb wireless-regdb: 2019.06.03 -> 2020.04.29
1cb40bdf086 Revert "lua*Packages.cqueues: fixup darwin build"
cb6ffc170b8 ocamlPackages.sexplib_112_24_01: remove at 112.24.01
f4a7f9f4991 ocamlPackages.sexplib_111_25_00: remove at 111.25.00
0cadf9c028a ocamlPackages.sexplib_108_08_00: remove at 108.08.00
355eed433ba Merge pull request #68328 from OPNA2608/package-np2kai
a9aa6b31101 dgraph: 1.0.17 -> 20.03.3
bb8ea138409 rubyMinimal: Disable JIT support and remove cc refs
6b8223e634b Merge master  into staging-next
0ab3c6b7d00 ruby: make removeReferencesToCC remove all cc refs
2da5872b72f ruby: Enable to disable JIT support
1c3e3e081c2 ocamlPackages.pa_test: remove at 112.24.00
7a8614cf917 Merge pull request #89652 from marsam/fix-pillow-darwin
b74ad374694 Merge pull request #89670 from magnetophon/mu
96bfdf28433 ocrmypdf: 9.8.0 -> 9.8.2
0998dc49121 Merge pull request #89705 from Mic92/openfst
7fb84ea2f66 borgbackup: 1.1.11 -> 1.1.13
54645092969 Merge pull request #89699 from mdlayher/mdl-corerad-bump
c9ac490e86b Merge pull request #89698 from r-ryantm/auto-update/cargo-deny
cd8b4f67e5d openfst: 1.7.6 -> 1.7.7
243cfc5769a Merge pull request #89588 from jonringer/freeze-piillow-py2
c5acf2738ea Merge pull request #89584 from bdesham/fix-mkvtoolnix-on-darwin
22c165ad447 Merge pull request #89703 from markuskowa/upd-molden
5dbe275aacf molden: 6.2 -> 6.3
2b425900561 cargo-tarpaulin: 0.13.2 -> 0.13.3
c201ea17d00 corerad: 0.2.5 -> 0.2.6
d2be94c36ee cargo-deny: 0.6.7 -> 0.6.8
7b0c099438e pulseaudio-modules-bt: 1.3 -> 1.4
d2ed1f4fad8 Merge pull request #89665 from r-ryantm/auto-update/papirus-icon-theme
1968f115b5b pyxdg: fix missing class field Type
8c09d1bb933 Merge pull request #89658 from r-ryantm/auto-update/openxr-loader
6d546d86d30 Merge pull request #89687 from r-ryantm/auto-update/shadowsocks-rust
4a63fb2212c Merge pull request #89679 from r-ryantm/auto-update/rmlint
6fa6decdedf pythonPackages.geant4: init at 10.6.2
b1d77066aea Merge pull request #89663 from r-ryantm/auto-update/packet-cli
cca875494f6 Merge pull request #89669 from r-ryantm/auto-update/pkger
8a51f8095b0 Merge pull request #89664 from zowoq/gh-alias
27b8dff9c51 Merge pull request #89682 from bhipple/auto-update/tflint
34d253c233b shadowsocks-rust: 1.8.11 -> 1.8.12
b4c7a0b7625 neovim-unwrapped: improve testing ability
3042b38ce10 update
c1728ad3c70 Merge pull request #89550 from prusnak/drop-libjpeg-drop
8022aa3afd0 vultr-cli: 0.3.1 -> 0.3.2
da1dc613602 sdate: 0.6 -> 0.7
a4e5664f4ef Merge pull request #89673 from r-ryantm/auto-update/pueue
22805329456 sbt: 1.3.10 -> 1.3.12
33a5ae5232e tflint: 0.16.1 -> 0.16.2
1330c27957d rmlint: 2.9.0 -> 2.10.0
232651e3b66 pueue: 0.5.0 -> 0.5.1
42b58942dcb pt2-clone: 1.16 -> 1.17
94c5c9d0ee7 mu: 1.4.7 -> 1.4.9
1535270d91e Add pipewire to runtime path
ea1ebe8c362 pkger: 0.16.0 -> 0.17.0
170ea57065c picard-tools: 2.22.8 -> 2.22.9
2909dc9f398 builds
404d057e89e Added an example about overlay
5cfcfc300b6 doc: update lua documentation
55da692e6f9 deno: add updateScript for automatic updates
6c03b04e930 deno: refactor ready for an updateScript
b94b0e419ab deno: 1.0.0 -> 1.0.5
d332426addd gitAndTools.gh: add github-cli alias
47866ba00d2 papirus-icon-theme: 20200430 -> 20200602
0f06813234e packet-cli: 0.0.6 -> 0.0.7
6d1ca7db4ab nixos/{modules,tests}/teeworlds: init
c843ed53647 openxr-loader: 1.0.8 -> 1.0.9
738596d7e5a nodePackages: update
95db1128e82 nco: 4.9.2 -> 4.9.3
2cb90267655 vscode-extensions.matklad.rust-analyzer: 2020-04-20 -> 2020-06-01
a3acf1572a4 rust-analyzer: 2020-04-20 -> 2020-06-01
51ba1c04f26 vscode-extensions.matklad.rust-analyzer: fix build
759a3a26587 jitsi-meet-electron: 2.0.2 -> 2.2.0
c5734cb712d stilo-themes: 3.34-2 -> 3.36-2
e467f3280f5 python27Packages.phonenumbers: 8.12.4 -> 8.12.5
d13a479d6e9 vscode, vscodium: 1.45.0 -> 1.45.1
a265cd27b00 graylogPlugins: Update and add plugins
d8f46b9da0c stig: update to 0.11.0a
b48ad9b33df graylog: 3.2.5 -> 3.3.0
98d74faa178 python37Packages.pillow: update metadata
6a38067fcff go-toml: init at 1.8.0
5b11e8d4be0 python37Packages.pillow: fix build on darwin
a382d06ffdc pipewire_0_2: move from 2.nix to 0.2.nix
13abee9986b tiny8086: update source and build script
d3b5e281424 cq-editor: 0.1RC2 -> 0.1.1
7abf70b244b python2Packages.pillow: freeze at 6.2.2
675215431b7 bitwarden_rs: 1.14.2 -> 1.15.0
3da680ba201 mkvtoolnix: fix Darwin build by specifying -std=c++17
e27e475f0d7 rust: fix rust cross-compile
b467a11d76a axel: 2.17.8 -> 2.17.9
fae468b3ce1 chromium: add rtc_use_pipewire
88f5f970b4b libjpeg_drop: remove
43f71029cc6 Merge master into staging-next
6c6924b2eb5 lxd: When `lxcfs` is enabled, start `lxd` with explicit `LXD_LXC_TEMPLATE_CONFIG`
4dee97c43e7 lxcfs: Wrap `lxc.mount.hook`, so that it detects the `mount` command
72e80cdc54f lxd: Add proper support for `nftables`
dc0f741db01 atlassian-crowd: 3.4.5 -> 4.0.2
5d3c56822ae qgroundcontrol: 3.5.5 -> 4.0.8
16447810464 release-lib.nix: remove innacurate platform groups
31789d15c87 sympa: 6.2.54 -> 6.2.56
f9af74e75a2 meson: fix hash after incorrect merge
08900c05546 Merge master into staging-next
458b2cb7d67 bison_3_5: init at 3.5.4, for ruby
0d642214a3b brotab: 1.2.2 -> 1.3.0
024a7cec68b electron: 9.0.0 -> 9.0.2
5e86b84066e electron: 8.3.0 -> 8.3.1
7291d2806d5 electron: 7.3.0 -> 7.3.1
bff1b77402e factorio{,-headless}-experimental: 0.18.29 -> 0.18.30
9eb7b9af36b factorio-utils: fix recursive mod dependency resolution
66e040eaac1 nixos/pam: mount encrypted home earlier
e77c586dbc3 tailscale: 0.97-219 -> 0.99.1-0
9857b8b24dd nix-prefetch-github: 2.3.2 -> 2.4
c18016cfbfb hydra-unstable: 2020-04-16 -> 2020-06-01
a9eab6d2b96 Fix building of emacsWithPackages not findind subdirs.el
8247dc86db7 obinskit: update to new electron_3 packaging
6e41b08e7ab electron_3: refactor, so we can use electron/default.nix
7da08afd273 go_1_13: 1.13.11 -> 1.13.12
cd92184f3de matrix-synapse service: add plugins option
b5e9f87f82d matrix-synapse-plugins.matrix-synapse-pam: init at 0.1.2
9f0da72abc3 matrix-synapse: factor out plugins
e5e4d387e11 pythonPackages.python-pam: init at 1.8.4
a432801ff3d k3s: 1.17.3 -> 1.18.2
91b828f22bf uriparser: 0.9.3 -> 0.9.4
ce5d2286770 julia: fix missing LDlib lapack
f8fad35230e Merge master into staging-next
028c8d919f1 Merge staging into staging-next
a668f6a58ae libva: Switch from GNU Autotools to Meson
9ab24ec76b7 libva-utils: refactor
20aa1cc95c5 python.pkgs.python-lz4: buildInputs are nativeBuildInputs
7fe783903e0 python.pkgs.pkgconfig: fix setup hook
81b204e8a12 python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig
36d9eeb9c7a Merge staging-next into staging
afa9962538b Merge #78910: libarchive: link to zstd (into staging)
7f76daacdb0 zstd: get rid of static libs if enableShared
8f16f66b27c nixos/networking: check interface state files exist before acting on them
3a4fec82326 mxnet: use blas.provider, fix build
03de4c02fbd Merge staging-next into staging
99d25675152 Merge pull request #86317 from xbreak/qt5-pkg-config
3b9e9c5ff0c Merge pull request #88573 from r-ryantm/auto-update/libuv
93f0c2fce7c Merge pull request #88448 from r-ryantm/auto-update/libarchive
58bfe7b47b4 Merge pull request #88245 from r-ryantm/auto-update/bison
452a1a5fb56 Merge pull request #88513 from r-ryantm/auto-update/freetype
6384b1875a2 Merge pull request #88540 from r-ryantm/auto-update/iso-codes
cc1af0751f5 Merge pull request #89036 from Ericson2314/fix-mesa-wayland-cross
62e6d73a098 mesa: Fix cross build
f005272623a wayland: Simplify cross build
ffe57c4e3e5 lazarus: Fix eval
162c0c3e610 mkDerivation: Don't need to specify pkg-config for meson any more
362d88c2b19 Merge staging-next into staging
0367fa630d5 python38: 3.8.2 -> 3.8.3
b2b5ae6e8c5 wrangler: add filalex77 to maintainers
60582f7095e wrangler: only use pkg-config and openssl on Linux
a8fc1f4a642 cloudflare-wrangler: use canonical name
ab10f3b821d cloudflare-wrangler: 1.9.1 -> 1.9.2
e86ed7e6937 postfix: 3.4.12 -> 3.5.2
511822c158f dtc: 1.5.1 -> 1.6.0
48647c79a18 Merge pull request #88827 from r-ryantm/auto-update/libbytesize
0f4b31a1211 Merge pull request #88569 from r-ryantm/auto-update/lilv
38acc397c82 Merge pull request #88086 from jtojnar/gdk-pixbuf-xlib-drop
a8ac389d5b7 Merge pull request #88560 from r-ryantm/auto-update/jansson
5518a646cdf Merge pull request #87526 from r-ryantm/auto-update/v4l-utils
b0a313e5a9d Merge pull request #87493 from r-ryantm/auto-update/serd
a634c548f7f Merge pull request #88579 from r-ryantm/auto-update/libqmi
9c097231482 Merge pull request #88587 from r-ryantm/auto-update/modem-manager
99226ad149a Merge pull request #88528 from r-ryantm/auto-update/glib
39aaed823fb mkp224o: 1.4.0 -> 1.5.0
ae7b57c8cad postfix: 3.4.10 -> 3.4.12
3151144388d libbytesize: 2.2 -> 2.3
4a5a9d2b40a Merge pull request #87889 from pbogdan/pa-soxr
f17001afd85 Python: fix virtualenv with Python 2
98bcf5d8da5 Python tests: fix use of is_virtualenv
d5782486111 Merge staging-next into staging
5aad832327d Merge pull request #87904 from jtojnar/gi-docs
aa44ca368a0 ffmpeg: add libaom to build inputs only if enabled
775f0fda788 Merge pull request #88439 from primeos/libaom
18eff2d1cff libusb1: Fix for pkgsMusl
8a77c900ddf Merge staging-next into staging
98f346852ba retroarch: add NP2kai core
fb93b961904 np2kai: init at 0.86rev22
cfb4d0dfe32 Merge pull request #84032 from teto/fix_kernel_merge
9836d06e3d1 libaom: enable shared, split outputs
16d7f7edae6 Merge branch 'master' into staging
e0becdb1dc0 modemmanager: 1.12.8 -> 1.12.10
c5239058fba libqmi: 1.24.10 -> 1.24.12
a1416e63ddd libuv: 1.37.0 -> 1.38.0
8c52a817130 lilv: 0.24.6 -> 0.24.8
84b6ace626e jansson: 2.12 -> 2.13.1
eae4f221767 Merge pull request #88518 from Ericson2314/fix-pkg-config
53ae0294350 isocodes: 4.4 -> 4.5.0
c174be1005a glib: 2.64.1 -> 2.64.3
7e9d807f2cf pkg-config-wrapper: Move comments outside of strings
95080ea90ba pkgconf: Wrap with pkg-config-wrapper
23490e3f50b pkgconf: Multiple outputs
4b2ab665fbe pkg-config-wrapper: Provide autoconf macros
f29919da616 pkg-config: Multiple outputs
42b20357307 pkg-config: If building vanilla version, can run original tests
26f635d39aa pkg-config: Document new location of bug
0fd395b3800 freetype: 2.10.1 -> 2.10.2
4babef9608d SDL2: Add dontDisableStatic = withStatic ? false
d87dec9f771 Merge pull request #87548 from r-ryantm/auto-update/vim
bbf07902e5f Merge pull request #87528 from ggreif/ggreif/compiler-rt
52ed8e3bf23 libarchive: 3.4.2 -> 3.4.3
d54bfa2a932 compiler-rt{6..10}: fix compilation on Darwin addendum to https://github.com/NixOS/nixpkgs/pull/85945
f6373d28e15 libaom: 1.0.0-errata1 -> 2.0.0
6af533e456c bison: 3.5.4 -> 3.6.2
f2406c602a4 qemu: 4.2.0 -> 5.0.0
760aa782a7e Merge pull request #87851 from zowoq/go1143
fd050238496 Merge pull request #86848 from primeos/git-add-doc-output
f8a9c6efac0 Merge branch 'staging-next' into staging
80a89002f1a gdk-pixbuf: do not build deprecated xlib library
6323002aac0 gdk-pixbuf-xlib: init at 2019-10-19-unstable
5787e9a0352 gdk-pixbuf: clean up
cb38977986f libmilter: fix compilation on Darwin
81fed3c7a2f libmilter: install archive as not executable
c9d8edaecb5 libmilter: configurable shared object extension
218d7c5c5ce libmilter: set MILTER_SOVER
9f2faa1f6f1 git-doc: init
54918d6366f git: Add a doc output for the HTML and text files
682b7c2a193 Merge pull request #87891 from Izorkin/connector-c
c9857dee7db gobject-introspection: move build tools to nativeBuildInputs
a42e33612ab Merge pull request #87968 from elohmeier/ffmpeg-addOpenGLRunpath2
78987e2af03 ffmpeg: extend addOpenGLRunpath to handle libcuda referencing libraries
75c55c4fe2a Merge pull request #87705 from Ericson2314/wrap-pkg-config
c71ab32a678 pkg-config-wrapper: Init
ee8cfe4bf33 treewide: pkg-config has `targetPrefix`
27edd9efb3c cross/tests: Use `crossPkgs.runCommand` so we have `strictDeps`
fb35227b8cb Merge pull request #87583 from Gaelan/single-llvm
fd5ea9d5f20 gobject-introspection: add docs
e4a009a109f gobject-introspection: consolidate patches
fbb86b1fa81 gobject-introspection: more clean-ups
1bc7b68b1ca gobject-introspection: clean up the expression
282cb2f8d6c meson: 0.54.1 → 0.54.2
c1983f71a27 mariadb-connector-c: 3.1.7 -> 3.1.8
e7d4b315daf pulseaudio: enable soxr (resampler) support
8d41f9f281a go: 1.14.2 -> 1.14.3
bf60834d6df Merge pull request #87748 from Gaelan/nss-arm-fix
b14d9977781 nss: fix building for aarch32 on aarch64
404fe35d651 Merge staging-next into staging
a1e13f6140a go: stop setting GOPATH
ee2922a4b47 sysstat: 12.3.1 -> 12.3.2
58d0719bddf wavpack: 5.2.0 -> 5.3.0
d38bad590e7 Merge pull request #83180 from matthewbauer/only-add-ldflags-for-macos
c10f0a32d26 Revert "Revert "libbfd: fix build""
a0c003e5d8d Merge pull request #86166 from Ericson2314/suffix-salt
b9a81f75458 Merge pull request #87690 from Gaelan/kexec-tools-cross
b6beb43dd7c kexectools: always pass host and target to configure
3502f2acb00 blueman 2.1.2 -> 2.1.3
ee5975319b1 qt5: Add missing include path to pkg-config files
1ac53985899 *-wrapper; Switch from `infixSalt` to `suffixSalt`
23ce1eed34c stdenv: only build LLVM once on darwin
1ad85654229 vim: 8.2.0510 -> 8.2.0701
ec7e931c90e libv4l: 1.18.0 -> 1.18.1
b52a5c2dbf8 serd: 0.30.2 -> 0.30.4
a3dc89a1f03 libsForQt5.qtutilities: 6.0.5 -> 6.0.6
ddd2b694a7d weechatScripts.wee-slack: 2.5.0 -> 2.6.0
5100e4f2508 nixos/pantheon: install nixos wallpaper
7f3bc5b8fab nixos/gnome3: install nixos wallpapers
3d1706c28df nixos/lightdm: change background type to path
62587f43ddf nixos-artwork: add file path attributes
99f4ca8bf89 manual/rl-2009.xml: add mention about SD/ISO images compression
8a675956362 nixos/system-path: add zstd
f20fd89fc02 iso-image: use zstd for compression
c09ffc7a558 sd-image: use zstd for compression
bc6b37e9678 fixup! kernel: fix errors in configuration
121b17e1ac3 kernel: fix errors in configuration
b9a4e6953d0 kernel: fix config generation
b0b0a06788d bintools: only add macos flags when targeting macOS

git-subtree-dir: nixpkgs
git-subtree-split: 0a146054bdf6f70f66de4426f84c9358521be31e
@arcnmx arcnmx mentioned this pull request Sep 9, 2020
10 tasks
rvem pushed a commit to serokell/nixpkgs that referenced this pull request Nov 8, 2022
rvem pushed a commit to serokell/nixpkgs that referenced this pull request Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

llvmPackages.compiler-rt does not compile on i686
4 participants