Commit Graph
236540 Commits
Author SHA1 Message Date
Thomas TuegelandMilan 819bb63d5c libqtav: mark broken with qtbase.version >= 5.13 2020-07-31 18:50:58 +02:00
Thomas TuegelandMilan 347ef4f768 digikam: 6.2.0 -> 6.4.0
digikam is updated to the latest stable release, which supports Qt 5.14. The
package is now built from the official tarball, instead of GitHub.
2020-07-31 18:50:58 +02:00
Thomas TuegelandMilan 5194e7c0cb digikam: remove libqtav dependency
The optional dependency on libqtav is removed because libqtav does not have a
stable release supporting Qt 5.14 (or any recent stable release at all).
2020-07-31 18:50:58 +02:00
Thomas TuegelandMilan f1a58aba15 exiv2: fix CMake export paths 2020-07-31 18:50:58 +02:00
Milan Pässler 0143a1fad0 qlcplus: use libsForQt512
qlcplus doesn't build with Qt 5.14.x and there is no release that does.
2020-07-31 18:50:58 +02:00
Milan Pässler b53c55aac5 boomerang: use libsForQt512
Boomerang doesn't build with Qt 5.14.x and there is no release that does.
2020-07-31 18:50:58 +02:00
Milan Pässler a11a629fcc chatterino2: unstable-2019-05-11 -> 2.1.7 2020-07-31 18:50:58 +02:00
Milan Pässler a40ec61d99 falkon: fix build with qt5 5.14.x 2020-07-31 18:50:58 +02:00
Milan Pässler ae358bc935 quassel: fix build with qt5 5.14.x 2020-07-31 18:50:58 +02:00
Milan PässlerandMilan d4c607aa71 qt5: 5.12.7 -> 5.14.2
This includes contributions by @ttuegel and @DizFer. Thanks!
2020-07-31 18:50:58 +02:00
Jan TojnarandFrederik Rietdijk 903f5dd519 Revert "pcsclite: Explicitly set ipcdir"
This reverts commit bc877d8bfc.

This is no longer necessary, since 1.9.0 finally uses /run by default.

https://salsa.debian.org/rousseau/PCSC/commit/562ef23bc7eab3d5cc49c38f7ac0c6341ade1130
2020-07-31 09:01:15 +02:00
R. RyanTMandFrederik Rietdijk 8b8d7140ab pcsclite: 1.8.26 -> 1.9.0 2020-07-31 09:01:15 +02:00
Pavol RusnakandFrederik Rietdijk f034637a5b openssh: 8.2p1 -> 8.3p1
compile openssh_hpn with recent openssl
2020-07-31 09:01:02 +02:00
R. RyanTMandFrederik Rietdijk 650b652732 opusfile: 0.11 -> 0.12 2020-07-31 09:00:31 +02:00
Matthew BauerandFrederik Rietdijk d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
Matthew BauerandFrederik Rietdijk f36899e118 attr: inline syscall patch
Unfortunately the output of git.savannah.nongnu.org changes with each
gitweb update. This means that the current has
“0gja54fz79a9ma6b4mprnjxq77l5yg2z9xknlwhmkcrfnam02qxp” is no longer
correct:

$ nix-prefetch-url
https://git.savannah.nongnu.org/cgit/attr.git/patch/\?id=14adc898a36948267bfe5c63b399996879e94c98
1g8sky52rjg9fpmrddza1af89s9qd4bzsbxqb7mc5bv8gyh10s1k

Normally, we use fetchpatch to strip this out, but unfortunately attr
cannot use fetchpatch due to being used in bootstrapping fetchurl.
That is, it can’t use a custom postFetch since <nix/fetchurl.nix>
doesn’t support that.

To solve this problem, just inline the patch for now.
2020-07-31 08:56:53 +02:00
R. RyanTMandFrederik Rietdijk 50a5c1853d valgrind: 3.15.0 -> 3.16.1 2020-07-31 08:55:57 +02:00
Konrad BorowskiandFrederik Rietdijk 41d681c85f rustc: use LLVM 10
Fixes rust-lang/rust#74585
2020-07-31 08:52:22 +02:00
R. RyanTMandFrederik Rietdijk 26c6b14a4c dnsmasq: 2.81 -> 2.82 2020-07-31 08:51:25 +02:00
Lancelot SIXandFrederik Rietdijk a29d2795ac libidn: 1.35 -> 1.36
See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00004.html
for release announcement.
2020-07-31 08:51:08 +02:00
R. RyanTMandFrederik Rietdijk b3ab96cf49 openresolv: 3.10.0 -> 3.11.0 2020-07-31 08:50:52 +02:00
Josef KemetmüllerandFrederik Rietdijk 8544c5d47e python.pkgs.decorator: 4.4.1 -> 4.4.2
This should fix the build of python39.pkgs.decorator.
2020-07-31 08:38:19 +02:00
R. RyanTMandFrederik Rietdijk dc87c8a17a libglvnd: 1.3.1 -> 1.3.2 2020-07-31 08:37:55 +02:00
R. RyanTMandFrederik Rietdijk a89e225550 libmicrohttpd: 0.9.70 -> 0.9.71 2020-07-31 08:37:44 +02:00
K900andFrederik Rietdijk 1c82cf4cbb Cython 0.29.19 -> 0.29.21
Required for latest Numpy to build, among other things.
2020-07-30 18:40:46 +02:00
Jonathan RingerandFrederik Rietdijk 49322fa9c1 python3Packages.lxml: 4.5.0 -> 4.5.2 2020-07-30 18:39:17 +02:00
Frederik Rietdijk cee7df4846 Merge staging-next into staging 2020-07-30 18:28:15 +02:00
Frederik Rietdijk ca63714c0f Merge master into staging-next 2020-07-30 18:27:50 +02:00
Silvan MosbergerandGitHub dd049a47d8 Merge pull request #93189 from bbigras/nwg-launchers
nwg-launchers: init at 0.2.0
2020-07-30 18:03:32 +02:00
Niklas HambüchenandGitHub 5d6aa8b496 Merge pull request #94126 from nh2/fontforge-fix-cmake-rpath
fontforge: Fix uninterpolated `CMAKE_INSTALL_PREFIX` in RPATH.
2020-07-30 15:44:48 +02:00
Francesco GazzettaandBjørn Forsman 7141271410 soundtracker: 1.0.0.1 -> 1.0.1 2020-07-30 15:31:23 +02:00
Mario RodasandGitHub 07543f03dd Merge pull request #93951 from lilyball/cocoapods-beta
cocoapods-beta: 1.9.3 -> 1.10.0.beta.1
2020-07-30 08:25:28 -05:00
Mario RodasandGitHub b1ac18b7ac Merge pull request #93950 from lilyball/jazzy
jazzy: 0.13.3 -> 0.13.5
2020-07-30 08:25:00 -05:00
Mario RodasandGitHub abe07bbd96 Merge pull request #94139 from dtzWill/update/iosevka-bin-3.3.1
iosevka-bin: 3.2.2 -> 3.3.1
2020-07-30 08:21:41 -05:00
Mario RodasandGitHub 8f482361a3 Merge pull request #93967 from r-ryantm/auto-update/azure-storage-azcopy
azure-storage-azcopy: 10.4.3 -> 10.5.1
2020-07-30 08:21:07 -05:00
Mario RodasandGitHub a4d5f9ff5e Merge pull request #78998 from magnetophon/real_time_config_quick_scan
real_time_config_quick_scan: init at unstable-2020-01-16
2020-07-30 07:58:01 -05:00
Jörg ThalheimandGitHub 8704039c98 Merge pull request #93405 from fgaz/curseofwar/1.3.0
curseofwar,curseofwar-sdl: 1.2.0 -> 1.3.0
2020-07-30 12:56:08 +01:00
Jörg ThalheimandGitHub a7888ee7f6 Merge pull request #94183 from fgaz/pt2-clone/1.22
pt2-clone: 1.20 -> 1.22, add nixos test
2020-07-30 12:54:49 +01:00
Louis Tim LarsenandRobert Helgesson 6eadc11005 mythtv: 30.0 -> 31.0
PR #93486
2020-07-30 13:00:09 +02:00
worldofpeaceandGitHub dea0d7e517 Merge pull request #94211 from lovesegfault/shotwell-net
shotwell: add glib-networking
2020-07-30 06:55:27 -04:00
Mario RodasandGitHub 0e623f14b6 Merge pull request #94209 from danderson/master
tailscale: 0.100.0-153 -> 1.0.0
2020-07-30 04:45:04 -05:00
Francesco Gazzetta 5d85ffea09 curseofwar,curseofwar-sdl: fix darwin build 2020-07-30 10:49:50 +02:00
Marek MahutandGitHub 008deafb4b Merge pull request #94167 from 1000101/blockbook-frontend
nixos/blockbook-frontend: adjust tests to bitcoind
2020-07-30 10:43:32 +02:00
MilanandGitHub e49fb87b05 nixos/gitlab-runner: add clone-url option (#93894) 2020-07-30 10:24:33 +02:00
Daniël de KokandGitHub a624ce3e32 Merge pull request #93649 from sikmir/glogg
glogg: enable on darwin
2020-07-30 09:33:06 +02:00
Vladimír Čunát a45f68ccac Merge #94188: nss: enable libpkix build
This fixes connection issues in various packages.
2020-07-30 09:22:40 +02:00
Daniël de KokandGitHub 1a347ec23d Merge pull request #94035 from r-ryantm/auto-update/pixz
pixz: 1.0.6 -> 1.0.7
2020-07-30 09:18:28 +02:00
Daniël de KokandGitHub 8f81e358a6 Merge pull request #94039 from tiagolobocastro/zoom_libturbojpeg
zoom-us: use libturbojpeg from the zoom-us tar itself
2020-07-30 09:15:46 +02:00
Jörg ThalheimandGitHub 4701e11216 Merge pull request #92323 from symphorien/lcn 2020-07-30 06:01:05 +01:00
Bernardo Meurer 8af955e592 shotwell: add glib-networking 2020-07-29 21:39:00 -07:00