Jörg Thalheim
ab4c359822
stdenv/patchShebangs: use builtins where possible
...
builtins for small input sizes should be faster due to less forking.
2021-01-14 20:00:54 +01:00
Milan Pässler
b1d838e20e
golden-cheetah: use libsForQt512
2020-07-31 18:50:58 +02:00
Milan Pässler
ae661388c6
pyqtwebengine: add patch to fix build with Qt 5.14
2020-07-31 18:50:58 +02:00
Milan Pässler
cb1b5351e4
sdrangel: use libsForQt512
2020-07-31 18:50:58 +02:00
Gabriel Ebner
684ad2f9ac
python3Packages.pyside2: 5.12.6 -> 5.14.2
2020-07-31 18:50:58 +02:00
Thomas Tuegel
819bb63d5c
libqtav: mark broken with qtbase.version >= 5.13
2020-07-31 18:50:58 +02:00
Thomas Tuegel
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 Tuegel
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 Tuegel
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ässler
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 Tojnar
903f5dd519
Revert "pcsclite: Explicitly set ipcdir"
...
This reverts commit bc877d8bfc
.
This is no longer necessary, since 1.9.0 finally uses /run by default.
562ef23bc7
2020-07-31 09:01:15 +02:00
R. RyanTM
8b8d7140ab
pcsclite: 1.8.26 -> 1.9.0
2020-07-31 09:01:15 +02:00
Pavol Rusnak
f034637a5b
openssh: 8.2p1 -> 8.3p1
...
compile openssh_hpn with recent openssl
2020-07-31 09:01:02 +02:00
R. RyanTM
650b652732
opusfile: 0.11 -> 0.12
2020-07-31 09:00:31 +02:00
Matthew Bauer
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 Bauer
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. RyanTM
50a5c1853d
valgrind: 3.15.0 -> 3.16.1
2020-07-31 08:55:57 +02:00
Konrad Borowski
41d681c85f
rustc: use LLVM 10
...
Fixes rust-lang/rust#74585
2020-07-31 08:52:22 +02:00
R. RyanTM
26c6b14a4c
dnsmasq: 2.81 -> 2.82
2020-07-31 08:51:25 +02:00
Lancelot SIX
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. RyanTM
b3ab96cf49
openresolv: 3.10.0 -> 3.11.0
2020-07-31 08:50:52 +02:00
Josef Kemetmüller
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. RyanTM
dc87c8a17a
libglvnd: 1.3.1 -> 1.3.2
2020-07-31 08:37:55 +02:00
R. RyanTM
a89e225550
libmicrohttpd: 0.9.70 -> 0.9.71
2020-07-31 08:37:44 +02:00
K900
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 Ringer
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 Mosberger
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üchen
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 Gazzetta
7141271410
soundtracker: 1.0.0.1 -> 1.0.1
2020-07-30 15:31:23 +02:00
Mario Rodas
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 Rodas
b1ac18b7ac
Merge pull request #93950 from lilyball/jazzy
...
jazzy: 0.13.3 -> 0.13.5
2020-07-30 08:25:00 -05:00
Mario Rodas
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 Rodas
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 Rodas
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 Thalheim
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 Thalheim
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 Larsen
6eadc11005
mythtv: 30.0 -> 31.0
...
PR #93486
2020-07-30 13:00:09 +02:00
worldofpeace
dea0d7e517
Merge pull request #94211 from lovesegfault/shotwell-net
...
shotwell: add glib-networking
2020-07-30 06:55:27 -04:00
Mario Rodas
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 Mahut
008deafb4b
Merge pull request #94167 from 1000101/blockbook-frontend
...
nixos/blockbook-frontend: adjust tests to bitcoind
2020-07-30 10:43:32 +02:00
Milan
e49fb87b05
nixos/gitlab-runner: add clone-url option ( #93894 )
2020-07-30 10:24:33 +02:00
Daniël de Kok
a624ce3e32
Merge pull request #93649 from sikmir/glogg
...
glogg: enable on darwin
2020-07-30 09:33:06 +02:00