Florian Klink
98b72a7adc
fribidi: fix cross
...
Meson needs a native compiler to produce some binaries:
> gen.tab/meson.build:32:0: ERROR: No build machine compiler for "gen.tab/gen-unicode-version.c"
2020-11-29 22:32:48 +01:00
Drew Hess
81eddf1516
libxml2: upstream patch for Python 3.9.
2020-11-28 18:26:15 +01:00
Martin Weinelt
52ba3b46c8
Merge pull request #105226 from r-ryantm/auto-update/libsecret
...
libsecret: 0.20.3 -> 0.20.4
2020-11-28 18:10:07 +01:00
Martin Weinelt
90f0afc879
Merge pull request #105223 from r-ryantm/auto-update/libjpeg-turbo
...
libjpeg: 2.0.5 -> 2.0.6
2020-11-28 18:07:57 +01:00
Michael Weiss
f09799441f
chromium: Drop gn build arguments that match the default
2020-11-28 17:48:16 +01:00
Michael Weiss
fb0239c654
chromium: Set use_vaapi=!stdenv.isAarch64 for M87
...
I've removed that option in 063b369908
but forgot that M87 still
defaults to use_vaapi=false.
2020-11-28 17:38:28 +01:00
Frederik Rietdijk
e239c8b340
Merge pull request #103183 from expipiplus1/joe-haskell-cross-2
...
Fix GHC bootstrap in pkgsMusl and include patch for binutils/16177
2020-11-28 13:40:47 +01:00
Joe Hermaszewski
b3640e024f
binutils: patch to fix https://sourceware.org/bugzilla/show_bug.cgi?id=16177
...
This bug was preventing one compiling Haskell programs from `pkgsMusl` for
armv7.
`nix-build --argstr crossSystem "armv7l-linux" -A pkgsMusl.haskellPackages.hello`
succeeds with this patch.
The patch is Nick Clifton's one, rebased by @ericson2314 here
https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c6
Although there was some talk about the efficacy of the binutils patch
(https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c9 ) the resulting
binary seems to run without issue on the target platform. Jessica's
patch there caused ld to fail linking some programs. Nick's proposed
patch has worked well in my testing so far (a Haskell project of some
small complexity cross compiled with musl to armv7).
2020-11-28 20:19:05 +08:00
Joe Hermaszewski
15b3bc3306
ghc865-binary: Use binary distribution which links against ncurses6 for
...
x86_64-linux
Ben Gamari's patch from #85924 .
Fixes #85924 , allowing one to bootstrap GHC in `pkgsMusl`
`nix-build -A pkgsMusl.haskellPackages.hello` succeeds with this patch.
2020-11-28 20:19:05 +08:00
R. RyanTM
c6300a8cf7
libsecret: 0.20.3 -> 0.20.4
2020-11-28 12:18:46 +00:00
R. RyanTM
8a1d8b8d12
libjpeg: 2.0.5 -> 2.0.6
2020-11-28 10:48:48 +00:00
Jan Tojnar
136152af80
Merge pull request #101537 from jtojnar/gtk-tracker
2020-11-28 01:37:37 +01:00
R. RyanTM
564c66deee
gnome3.gnome-desktop: 3.38.1 -> 3.38.2
2020-11-28 01:16:43 +01:00
Niklas Hambüchen
5f598308a5
Merge pull request #105170 from jonringer/fix-libmtp
...
libmtp: fix sha
2020-11-27 23:20:00 +01:00
Michael Weiss
063b369908
chromium: Cleanup useOzone and useVaapi
...
But since Ozone is still experimental I'll keep useOzone in common.nix
for some time.
2020-11-27 23:03:48 +01:00
Martin Weinelt
ab61f1622b
libxml2: fix CVE-2020-24977
...
Fixes an out-of-bounds read when using xmllint with the --htmlout
parameter.
Fixes: CVE-2020-24977
2020-11-27 20:33:58 +01:00
Jonathan Ringer
d4dd72ed39
libmtp: fix sha
...
incorrectly added in c75b9da41d
```
hash mismatch in fixed-output derivation '/nix/store/x8zj5b5kjb6r4m7zpkpv9bm1f39y8z3j-source':
wanted: sha256:0lniy0xq397zddlhsv6n4qjn0wwakli5p3ydzxmbzn0z0jgngjja
got: sha256:0rya6dsb67a7ny2i1jzdicnday42qb8njqw6r902k712k5p7d1r9
```
2020-11-27 11:20:13 -08:00
Frederik Rietdijk
ce9c513856
Merge staging-next into staging
2020-11-27 15:09:41 +01:00
Frederik Rietdijk
b2a3891e12
Merge master into staging-next
2020-11-27 15:09:19 +01:00
Sandro
be36f6f0a0
Merge pull request #100891 from lukebfox/patch-2
...
powertop: strip hcitool FSH path
2020-11-27 14:50:30 +01:00
Mario Rodas
e422ca4566
Merge pull request #105114 from marsam/update-postgresql-hll
...
postgresqlPackages.pg_hll: 2.14 -> 2.15
2020-11-27 08:47:03 -05:00
Michael Raskin
bfa0cc69c7
Merge pull request #105141 from 7c6f434c/marionette-fix
...
pythonPackages.browsermob-proxy: drop insecure python-cryptography tr…
2020-11-27 13:41:56 +00:00
Sandro
43ca7fb8ec
Merge pull request #101131 from itc-ger/update/keepassrpc-1.14.0
...
keepassrpc: 1.8.0 -> 1.14.0
2020-11-27 14:36:19 +01:00
Sandro
db58969343
Merge pull request #100936 from r-ryantm/auto-update/fondo
...
fondo: 1.3.9 -> 1.3.10
2020-11-27 14:29:01 +01:00
Michael Raskin
ac3f60095b
pythonPackages.browsermob-proxy: drop insecure python-cryptography transitive dependency; only used for Marionette anyway
2020-11-27 14:26:57 +01:00
StigP
dc2c340793
Merge pull request #105137 from zakame/contrib/perl-App-cpm
...
perlPackages.Appcpm: init at 0.994
2020-11-27 14:09:53 +01:00
R. RyanTM
3546e47583
fondo: 1.3.9 -> 1.3.10
2020-11-27 13:43:59 +01:00
Sandro
05d408e639
Merge pull request #100824 from markus1189/geeqie-1-5-1
...
geeqie: 1.4.0 -> 1.5.1
2020-11-27 13:25:39 +01:00
Sandro
978f5704ff
Merge pull request #100779 from lukebfox/patch-1
...
mpvScripts.mpris: fix build
2020-11-27 13:19:07 +01:00
Sandro
e6126df5d9
Merge pull request #105132 from r-ryantm/auto-update/containerd
...
containerd: 1.4.1 -> 1.4.2
2020-11-27 13:15:31 +01:00
Zak B. Elep
abe1271fe2
perlPackages.Appcpm: init at 0.994
2020-11-27 20:02:27 +08:00
Michael Weiss
2d5bb88418
chromium: Enable Ozone's DRM/GBM platform [0]
...
We've only set ozone_platform_gbm=false to fix the build with Mesa's
libgbm (vs. Google's own minigbm). However, since this issue has
resolved itself we can now drop it. Building with the recommended
settings should also avoid some issues (e.g. #104885 ).
[0]: https://chromium.googlesource.com/chromium/src.git/+/master/docs/ozone_overview.md#drm_gbm
2020-11-27 12:56:54 +01:00
Michael Weiss
6aea53c3ce
chromedriver: Switch to Chromium's upstream-info.json ( #105054 )
...
This enables automatic updates and fixes #85629 .
2020-11-27 12:38:07 +01:00
Florian Klink
ab0607e337
wayland: fix cross ( #105103 )
...
substituteInPlace stopped working, let's replace this with a patch which
is more reliable.
2020-11-27 12:09:53 +01:00
Sandro
33b99efb96
Merge pull request #100860 from sbruder/waifu2x-opencl
2020-11-27 12:08:13 +01:00
Sandro
5cd9fe63c7
Merge pull request #105127 from sikmir/qmapshack
...
qmapshack: 1.15.0 → 1.15.1
2020-11-27 12:02:48 +01:00
Sandro
171144eb28
Merge pull request #100918 from r-ryantm/auto-update/elementary-planner
...
elementary-planner: 2.4.6 -> 2.5.4
2020-11-27 11:49:07 +01:00
Lassulus
b181c638b1
Merge pull request #105077 from woffs/shotcut-qt515
...
shotcut: use qt-5.15, rework
2020-11-27 11:45:30 +01:00
Michael Raskin
9567f6f62f
Merge pull request #104719 from avnik/wine-update
...
Wine update
2020-11-27 10:36:47 +00:00
Elis Hirwing
144a972ae9
Merge pull request #105129 from Ma27/nmap-780
...
Revert "nmap: 7.80 -> 7.90"
2020-11-27 11:36:21 +01:00
R. RyanTM
706ed34eb3
containerd: 1.4.1 -> 1.4.2
2020-11-27 10:28:11 +00:00
Sandro
7df6d1ec71
Merge pull request #105122 from r-ryantm/auto-update/avocode
...
avocode: 4.7.0 -> 4.10.3
2020-11-27 11:25:39 +01:00
Markus Hauck
89f75b02f2
geeqie: 1.4.0 -> 1.5.1
2020-11-27 11:24:19 +01:00
Sandro
75b469241b
Merge pull request #96292 from GrafBlutwurst/update-gitter
2020-11-27 11:18:17 +01:00
Ben Siraphob
63dd41f745
bombadillo: init at 2.3.3
2020-11-27 11:15:24 +01:00
Graf_Blutwurst
00afc85506
gitter: 4.1.0 -> 5.0.1
...
Just an update to the underlying package version.
2020-11-27 11:07:43 +01:00
Maximilian Bosch
fcbedf65aa
Revert "nmap: 7.80 -> 7.90"
...
This reverts commit c426ccf116
.
License has changed in 7.90 and we should decide first how to proceed.
See #105119 for further context.
2020-11-27 11:05:15 +01:00
Nikolay Korotkiy
92672cfff8
qmapshack: 1.15.0 → 1.15.1
2020-11-27 12:32:55 +03:00
Sandro
19908dd99d
Merge pull request #101014 from r-ryantm/auto-update/libdigidocpp
...
libdigidocpp: 3.14.3 -> 3.14.4
2020-11-27 10:06:56 +01:00
Sandro
aeb8726683
Merge pull request #100984 from r-ryantm/auto-update/jdupes
...
jdupes: 1.18.2 -> 1.19.0
2020-11-27 10:06:18 +01:00