R. RyanTM
c4600ab4a6
aspellDicts.de: 20030222-1 -> 20161207-7-0
2020-08-02 19:23:19 +00:00
Niklas Hambüchen
d9393731e6
openexr, ilmbase: Fix compilation on non-glibc.
...
Tested with musl.
I PRd the patch upstream: https://github.com/AcademySoftwareFoundation/openexr/pull/798
2020-08-02 15:48:37 +02:00
worldofpeace
705bbdbd9a
Merge pull request #84545 from mkg20001/pkg/timezonemap
...
timezonemap: init at 0.4.5
2020-08-02 08:36:00 -04:00
Jon
7ff54682d5
libplacebo: allow for latest glslang ( #94510 )
2020-08-02 13:27:05 +02:00
R. RyanTM
ff564f38cb
libbytesize: 2.3 -> 2.4
2020-08-02 05:08:43 +00:00
R. RyanTM
2dee11d4de
gloox: 1.0.23 -> 1.0.24
2020-08-01 23:17:47 +02:00
Ryan Mulligan
6c03156a7f
Merge pull request #94290 from r-ryantm/auto-update/openxr-loader
...
openxr-loader: 1.0.9 -> 1.0.10
2020-08-01 13:56:18 -07:00
Martin Weinelt
ab5af376cc
Merge pull request #94465 from Mic92/rhasspy-upstream
...
opengrm-ngram: init at 1.3.11, phonetisaurus: init at 2020-07-31
2020-08-01 21:44:43 +02:00
Jörg Thalheim
d29b7d91d9
phonetisaurus: init at 2020-07-31
...
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-08-01 19:56:25 +01:00
Jörg Thalheim
59c0d1f3ad
opengrm-ngram: init at 1.3.11
2020-08-01 19:56:14 +01:00
Frederik Rietdijk
67af42e35f
Merge staging-next into staging
2020-08-01 19:37:45 +02:00
Frederik Rietdijk
50c060d13d
Merge master into staging-next
2020-08-01 19:37:20 +02:00
Daniël de Kok
153c7852df
Merge pull request #94365 from danieldk/liblinear-2.41
...
liblinear: 2.40 -> 2.41
2020-08-01 17:47:47 +02:00
Bart Brouns
6239e44edf
redkite: init at 1.0.1
2020-08-01 15:00:00 +02:00
Daniël de Kok
f9861ae348
oneDNN: 1.5.1 -> 1.6
...
Changelog:
https://github.com/oneapi-src/oneDNN/releases/tag/v1.6
2020-08-01 09:42:07 +02:00
Daniël de Kok
e78bdc29cd
Merge pull request #94409 from r-ryantm/auto-update/intel-gmmlib
...
intel-gmmlib: 20.2.2 -> 20.2.3
2020-08-01 08:36:42 +02:00
Daniël de Kok
84a8b4d461
Merge pull request #94220 from danieldk/onednn-disable-tests
...
oneDNN: disable tests to avoid illegal instructions
2020-08-01 08:17:39 +02:00
R. RyanTM
fe4fc3791b
intel-gmmlib: 20.2.2 -> 20.2.3
2020-08-01 05:43:32 +00:00
Daniël de Kok
97e899d154
liblinear: 2.40 -> 2.41
...
According the website:
Version 2.41 released on July 29, 2020 (some bug fixes of version 2.40).
2020-07-31 20:34:37 +02:00
Daniël de Kok
c31de496b5
Merge pull request #93759 from danieldk/liblinear-2.40
...
liblinear: 2.30 -> 2.40
2020-07-31 20:32:20 +02:00
Thomas Tuegel
819bb63d5c
libqtav: mark broken with qtbase.version >= 5.13
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
d4c607aa71
qt5: 5.12.7 -> 5.14.2
...
This includes contributions by @ttuegel and @DizFer. Thanks!
2020-07-31 18:50:58 +02:00
Peter Simons
2d5fb8c503
Merge pull request #94294 from bbigras/ndi
...
ndi: 4.5.1 -> 4.5.3
2020-07-31 18:06:17 +02:00
Emery Hemingway
f153d9f855
mimetic: patch for aarch64
2020-07-31 13:30:18 +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
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
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
Bruno Bigras
13164f7352
ndi: 4.5.1 -> 4.5.3
2020-07-31 02:05:04 -04:00
R. RyanTM
cf6e8ac128
openxr-loader: 1.0.9 -> 1.0.10
2020-07-31 05:45:17 +00:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Maciej Krüger
903f310795
timezonemap: init at 0.4.5
2020-07-30 20:47:13 +02:00
Louis Tim Larsen
526c859664
libhdhomerun: git -> 20200521
2020-07-30 19:14:33 +02:00
Frederik Rietdijk
cee7df4846
Merge staging-next into staging
2020-07-30 18:28:15 +02:00
Daniël de Kok
2598f0e607
oneDNN: disable tests to avoid illegal instructions
...
oneDNN tests fail on some Hydra builders because they do not support SSE
4.2. Unfortunately, oneDNN does not seem to work without SSE 4.2, see
issues #93692 and #93747 .
2020-07-30 10:26:41 +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
Jörg Thalheim
16a63d0207
Merge pull request #93927 from kristoff3r/pwntools-update
2020-07-30 05:18:46 +01:00
Mario Rodas
a54d63e569
Merge pull request #94119 from marsam/update-lxd
...
lxd: 4.2 -> 4.3
2020-07-29 21:45:26 -05:00
Florian Klink
84bb019048
Merge pull request #93910 from helsinki-systems/upd/nss-3.55
...
nss: 3.54 -> 3.55
2020-07-30 01:07:13 +02:00
Matthew Bauer
c2ea7318be
Merge pull request #68488 from B4dM4n/xmlsec-dlsearchdir
...
xmlsec: add library path to lt_dladdsearchdir
2020-07-29 18:02:22 -05:00
Louis Tim Larsen
f609fa60c4
hunspell-dicts: add support for Danish dictionary
...
PR #93651
2020-07-30 00:51:58 +02:00
ajs124
93a3c37128
nss: enable libpkix build
...
this was enabled by default with the old build system, but requires this flag with the new one
fixes ##93955
2020-07-29 20:31:14 +02:00
worldofpeace
0697d84006
Merge pull request #94181 from worldofpeace/my-updates
...
treewide: use nix-update updateScript for packages I maintain
2020-07-29 14:05:01 -04:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging
2020-07-29 18:40:28 +02:00
worldofpeace
d12c11e30c
treewide: use nix-update updateScript for packages I maintain
2020-07-29 12:33:39 -04:00
Mario Rodas
d807152c69
Merge pull request #94161 from r-ryantm/auto-update/openfst
...
openfst: 1.7.7 -> 1.7.9
2020-07-29 11:22:53 -05:00
R. RyanTM
7018106e4e
openfst: 1.7.7 -> 1.7.9
2020-07-29 09:09:27 +00:00
Mario Rodas
9cf45cd6b9
protobuf3_12: 3.12.3 -> 3.12.4
2020-07-28 19:42:33 -05:00
John Ericson
cd719c1eae
Merge pull request #91974 from Mic92/nostdinc
...
stdenv: make -nostdinc work as intended
2020-07-28 19:49:42 -04:00
Kristoffer Søholm
8b633d8b3c
unicorn-emulator: 1.0.1 -> 1.0.2-rc4
...
Also adds tests
2020-07-29 00:32:20 +02:00
Thorsten
30e052a3fc
libredwg: 0.10.1 -> 0.10.1.3707 ( #94087 )
...
fixes #93994
2020-07-28 22:54:37 +02:00
David McFarland
535a3e8d48
mesa: add patch to link radv with build-id
...
Without this, the radv cache uuid would fall back to using the
timestamps of the radv and llvm shared libraries, which are fixed in
/nix/store. This caused cache collisons, which resulted in crashes
(e.g. #92807 ).
2020-07-28 15:53:16 +02:00
Michael Weiss
715cd6cc1d
neatvnc: 0.1.0 -> 0.2.0
2020-07-28 15:01:16 +02:00
Michael Weiss
2f56b88d5f
aml: init at 0.1.0
2020-07-28 15:01:16 +02:00
Orivej Desh
f8369badce
xxHash: 0.7.4 -> 0.8.0 ( #94051 )
2020-07-28 11:28:51 +00:00
Daniël de Kok
50edd38cf1
Merge pull request #94053 from r-ryantm/auto-update/actor-framework
...
caf: 0.17.5 -> 0.17.6
2020-07-28 08:30:52 +02:00
worldofpeace
654b66e0e4
Merge pull request #93963 from seqizz/g_typo_environment
...
treewide: fix typo on word environment
2020-07-28 02:18:28 -04:00
Gürkan Gür
eb627de968
treewide: fix typo on word environment
2020-07-28 08:00:38 +02:00
R. RyanTM
6b637050d4
caf: 0.17.5 -> 0.17.6
2020-07-28 03:51:48 +00:00
Daiderd Jordan
d42b366613
Merge pull request #93553 from risicle/ris-igraph-darwin
...
igraph: enable for darwin
2020-07-27 22:29:16 +02:00
Andrew Childs
2d6b1f1239
libuv: disable flaky test "udp_multicast_join" on darwin
2020-07-26 19:00:54 +02:00
Frederik Rietdijk
d9da3e357b
Merge pull request #91446 from prusnak/protobuf-latest
...
use latest protobuf (3.12), remove overrides where possible
2020-07-26 18:55:07 +02:00
Michele Guerini Rocco
bb395a9a47
Merge pull request #91288 from rnhmjoj/zeromq
...
Remove old zeromq 3.x packages
2020-07-26 17:37:10 +02:00
Michele Guerini Rocco
500f48b0dc
Merge pull request #91777 from rnhmjoj/pango
...
pango: 1.44.7 -> 1.45.3
2020-07-26 16:21:09 +02:00
Pavol Rusnak
7839270bb0
or-tools: 7.6 -> 7.7
2020-07-26 15:34:17 +02:00
ajs124
67f0fcc014
nss: 3.54 -> 3.55
2020-07-26 14:06:31 +02:00
ajs124
194bb9fbbe
nspr: 4.26 -> 4.27
2020-07-26 14:06:30 +02:00
Jan Tojnar
a86f4110a7
Merge pull request #93771 from jtojnar/flatpak-1.8
2020-07-26 13:56:16 +02:00
Jan Tojnar
5d3f240ebd
Merge pull request #93712 from jtojnar/malcontent-0.8
...
malcontent: 0.7.0 → 0.8.0
2020-07-26 13:55:02 +02:00
Vladimír Čunát
5bd8316b6e
Merge #91975 : Misc static cross fixes (into staging)
2020-07-26 09:31:24 +02:00
rnhmjoj
d5673218df
pango: 1.44.7 -> 1.45.3
2020-07-26 09:26:10 +02:00
Daniël de Kok
003f88de65
Merge pull request #93810 from r-ryantm/auto-update/lime
...
lime: 4.3.1 -> 4.4.0
2020-07-26 09:08:31 +02:00
Daniël de Kok
bf48c39e2b
Merge pull request #93357 from helsinki-systems/feat/exim-dmarc
...
exim: add DMARC support
2020-07-26 08:32:46 +02:00
R. RyanTM
ba979da060
lhapdf: 6.2.3 -> 6.3.0 ( #93796 )
2020-07-25 22:55:16 -04:00
ajs124
9cf43741c6
opendmarc: make perl scripts work
2020-07-26 01:09:14 +02:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
...
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
R. RyanTM
bc9adde027
lime: 4.3.1 -> 4.4.0
2020-07-25 10:05:08 +00:00
Mario Rodas
7c9e2e7508
dqlite: 1.4.4 -> 1.5.0
2020-07-25 04:20:00 -05:00
(cdep)illabout
847fc1c80d
harfbuzz: enable support for gobject-introspection
2020-07-25 16:47:14 +09:00
Jan Tojnar
98710d2552
flatpak: 1.6.3 → 1.8.1
...
Changes:
* https://github.com/flatpak/flatpak/releases/tag/1.7.1
* https://github.com/flatpak/flatpak/releases/tag/1.7.2
* https://github.com/flatpak/flatpak/releases/tag/1.7.3
* https://github.com/flatpak/flatpak/releases/tag/1.8.0
* https://github.com/flatpak/flatpak/releases/tag/1.8.1
Commits:
https://github.com/flatpak/flatpak/compare/1.6.3...1.7.1
https://github.com/flatpak/flatpak/compare/1.7.1...1.8.1
Notable packaging changes:
* Flatpak now ships a sysusers.d file for allowing systemd to create the required users.
4df019063b
* Completion support for fish shell
* If an app has filesystem access, the host /lib is accessible as /run/host/lib, etc.
* New filesystem permission "host-etc" and "host-os" give access to system /usr and /etc.
fe2536b844
* We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues.
dc4e198766
* We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos.
* By default we no longer install the gdm env.d file, as the systemd generators work better
7c3a85bf43
* Use variant-schema-compiler for some GVariant code
https://github.com/flatpak/flatpak/pull/3366
* zstd compression for oci deltas:
bfa71e208a
Additionally:
* Remove glibcLocales which is not used since 1.4 bump because glibc contains a locale archive with C.UTF-8
1728bc8d22
* Stop using aliases for docbook-xsl-nons and pkg-config packages
* Stop using autoreconfHook, the autogen.sh script contains some extra that are necessary when building from git.
* Increase disk space for installed tests, they were running out.
* Enable building developer documentation.
2020-07-24 19:38:51 +02:00
ajs124
61d3f6f7d7
opendmarc: init at 1.3.3
2020-07-24 16:57:48 +02:00
Daniël de Kok
0e29fcdfef
liblinear: 2.30 -> 2.40
...
Also improve the derivation a bit:
- Use fetchFromGitHub in place of fetchurl.
- Replace buildPhase by buildFlags.
- Create multiple outputs.
- Replace mkdir/cp by install.
2020-07-24 12:45:37 +02:00
Daniël de Kok
8af1c4d03d
oneDNN: compile without -msse4.1
2020-07-24 09:18:41 +02:00
Michael Weiss
fadfde220f
mesa: 2.1.3 -> 2.1.4 ( #93708 )
2020-07-23 22:24:17 +02:00
Jan Tojnar
097117cf72
malcontent: 0.7.0 → 0.8.0
...
* Update: https://gitlab.freedesktop.org/pwithnall/malcontent/-/releases/0.8.0
* Fix the separation patch.
* Add `itstool` to ui (needed for building localized help).
* Use `pkg-config` instead of the `pkgconfig` alias.
* Fix some issues related to multiple outputs:
* Make the module pass specific output to `dbus.packages` since the `dbus` NixOS module will not generate configuration with correct interface paths otherwise.
* Change `malcontent-ui` package to primarily-a-program type derivation (`out`+`lib` instead of `bin`+`out`) since there are more and more `malcontent-control`-specific assets.
* This also fixes the issue where application data (desktop files, icons…) were installed to `out`, which is not installed by `environment.systemPackages`/`system-path.nix`’s `buildEnv` by default when `bin` output is also present.
* Make `malcontent` package install `out` output too so that `system-path.nix` links that too. It contains the AccountsService & Polkit data files.
* Split the library and PAM module out of `malcontent.out` so that they are not installed with the data files.
* This revealed a bug in the `gobject-introspection` setup hook.
2020-07-23 21:59:23 +02:00
Daniël de Kok
31c04fa9c1
Merge pull request #93698 from danieldk/amdvlk-2020.Q3.2
...
amdvlk: 2020.Q3.1 -> 2020.Q3.2
2020-07-23 21:54:53 +02:00
Daniël de Kok
bb259afcc6
Merge pull request #93692 from danieldk/onednn-test-baseline-simd
...
oneDNN: use SSE 4.1 when running tests
2020-07-23 20:27:21 +02:00
Daniël de Kok
064b1236b9
amdvlk: 2020.Q3.1 -> 2020.Q3.2
...
Changelog:
https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2020.Q3.2
2020-07-23 19:18:32 +02:00
Jan Tojnar
744b380a0e
poppler: 0.90.0 → 0.90.1:
...
* Fix regression on PS conversion.
Regression only happened on applications that are locale enabled
i.e. Okular but not pdftops, when using a quite new lcms and
the user locale uses , as decimal separator instead of .
* Add UTF16LE support to TextStringToUCS4.
Even if the standard clearly says it should be UTF16BE
2020-07-23 18:19:22 +02:00
Jörg Thalheim
96092dc936
stdenv: make -nostdinc work as intended
...
Right now we add glibc to search path also -nostdinc was provided,
which breaks projects providing their own gcc.
2020-07-23 08:39:46 +01:00
Simon Pettersson
80f960575d
nanomsg: buildInputs -> nativeBuildInputs
...
Using `nativeBuildInputs` instead of `buildInputs` for the cmake dependency since using `buildInputs` prevents the package from being cross compiled to arm.
2020-07-23 09:28:29 +02:00
Daniël de Kok
24737e5beb
oneDNN: use SSE 4.1 when running tests
...
Feature detection may fail, leading to illegal instructions when
running tests. Cap tests at SSE 4.1, which is supported on many
Intel/AMD CPUs since 2006/2007.
2020-07-23 09:04:35 +02:00
Jan Tojnar
2988feba8c
Merge branch 'master' into staging-next
2020-07-23 08:19:14 +02:00
Mario Rodas
bd0eb11616
Merge pull request #93623 from marsam/enable-oneDNN-darwin
...
oneDNN: 1.5 -> 1.5.1
2020-07-22 20:20:52 -05:00
zimbatm
4cb0342777
pipewire: 0.3.6 -> 0.3.7
2020-07-22 23:52:51 +02:00
John Ericson
5c56778efd
Merge pull request #93568 from aaronjanse/aj-redox
...
Add Redox OS as a target
2020-07-22 12:56:00 -04:00
Daniël de Kok
6a236f5410
mkl: 2020.1.217 -> 2020.2.254
2020-07-22 17:38:07 +02:00
Frederik Rietdijk
19be541fe7
Merge master into staging-next
2020-07-22 16:49:51 +02:00
Daniël de Kok
7aa79a7032
Merge pull request #93545 from helsinki-systems/drop/gnupg20
...
gnupg20: drop
2020-07-22 12:00:19 +02:00
ajs124
3026bfc4d9
libcryptui: fix build with gnupg22
2020-07-22 09:28:52 +02:00
Daniël de Kok
e6b2930cf6
Merge pull request #93411 from danieldk/dbxml-multiple-outputs
...
dbxml: use multiple outputs
2020-07-22 09:27:17 +02:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
...
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Aaron Janse
60fd049b65
redox: add as target
2020-07-21 13:11:36 -07:00
Daniël de Kok
225628ff02
Merge pull request #93592 from Flakebi/amdvlk
...
amdvlk: 2020.Q2.6 -> 2020.Q3.1
2020-07-21 19:39:39 +02:00
Sebastian Neubauer
9cdea77aec
amdvlk: 2020.Q2.6 -> 2020.Q3.1
2020-07-21 11:33:04 +02:00
Daniël de Kok
55079328c2
Merge pull request #93480 from PanAeon/master
...
noisetorch: init at 0.5.1-beta
2020-07-21 11:22:21 +02:00
Mario Rodas
a19f4434e8
oneDNN: 1.5 -> 1.5.1
2020-07-21 04:20:00 -05:00
vitalii
6954abfa12
rnnoise-plugin: init at 0.9
2020-07-21 10:55:05 +02:00
Daniël de Kok
c255280e09
Merge pull request #93576 from danieldk/rocm-device-libs-3.5.1
...
rocm-device-libs: 3.5.0 -> 3.5.1
2020-07-21 09:25:44 +02:00
Daniël de Kok
3dfa2febaf
rocm-device-libs: 3.5.0 -> 3.5.1
2020-07-21 08:05:48 +02:00
Mario Rodas
e8b9aa8495
Merge pull request #93528 from marsam/fix-lv2-darwin-build
...
lv2: fix build on darwin
2020-07-20 18:44:42 -05:00
Mario Rodas
caebe6af63
Merge pull request #93544 from r-ryantm/auto-update/commons-lang
...
commonsLang: 3.10 -> 3.11
2020-07-20 18:39:43 -05:00
Mario Rodas
3d0eeff56b
Merge pull request #93547 from r-ryantm/auto-update/armadillo
...
armadillo: 9.900.1 -> 9.900.2
2020-07-20 18:39:01 -05:00
Robert Scott
e9115e79c9
igraph: enable for darwin
2020-07-20 20:25:59 +01:00
R. RyanTM
d5c931f79b
armadillo: 9.900.1 -> 9.900.2
2020-07-20 17:43:38 +00:00
Sarah Brofeldt
e3cba5aad9
Merge pull request #93487 from siriobalmelli-foss/add/pc-ble-driver
...
pc-ble-driver: fix Darwin build
2020-07-20 19:41:37 +02:00
R. RyanTM
87c02a1728
commonsLang: 3.10 -> 3.11
2020-07-20 16:39:49 +00:00
ajs124
8f925208cd
nss: try to fix darwin build
2020-07-20 17:20:35 +02:00
Peter Hoeg
ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
...
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
ajs124
6760ec6c40
nss: gyp supports python3 now
2020-07-20 14:58:46 +02:00
Mario Rodas
091d0284f5
lv2: enable on darwin
2020-07-20 04:22:00 -05:00
Mario Rodas
a8496595e1
sord: enable on darwin
2020-07-20 04:21:00 -05:00
Mario Rodas
f02babb59e
oneDNN: update homepage
2020-07-20 04:20:00 -05:00
Mario Rodas
cff2331900
serd: enable on darwin
2020-07-20 04:20:00 -05:00
Mario Rodas
8f1c94942e
oneDNN: enable on darwin
2020-07-20 04:20:00 -05:00
Michael Raskin
23c93a5205
Merge pull request #85169 from prusnak/inkscape
...
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next
2020-07-20 02:16:21 +02:00
Mario Rodas
fb90f53313
Merge pull request #93071 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.22.0 -> 0.23.0
2020-07-19 18:59:08 -05:00
Mario Rodas
6ef281a911
Merge pull request #93144 from tobim/flatbuffers/1.12.0
...
flatbuffers: 1.11.0 -> 1.12.0
2020-07-19 18:12:14 -05:00
Mario Rodas
0dd67e65d8
Merge pull request #93229 from r-ryantm/auto-update/libcrafter
...
libcrafter: 0.3 -> 1.0
2020-07-19 17:38:25 -05:00
Sirio Balmelli
d6b3707c86
pc-ble-driver: fix Darwin build
...
Propagate platform I/O dependencies (udev or IOKit)
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-19 23:34:05 +02:00
Thomas Tuegel
9cfca08777
Merge pull request #89846 from lelongg/qtserialbus
...
qt5.qtserialbus: init at 5.12
2020-07-19 14:46:02 -05:00
Vladimír Čunát
0a2cff8e74
Merge #92783 : gperftools: 2.7 -> 2.8
2020-07-19 21:23:41 +02:00
Michael Weiss
6f519134da
intel-media-driver: 20.1.1 -> 20.2.0 ( #92935 )
2020-07-19 19:39:36 +02:00
Pavol Rusnak
44d1902453
gdl: enable on darwin
2020-07-19 13:09:38 +02:00
Vladimír Čunát
0513a9128f
nss_3_44: bring back this older branch for firefox-esr
...
/cc nss PR #91746
2020-07-19 12:30:25 +02:00
Michael Weiss
0c50808975
gpgme: 1.13.1 -> 1.14.0 ( #93353 )
2020-07-19 11:44:08 +02:00
Mario Rodas
6a9ad6956a
libfilezilla: enable on darwin
2020-07-19 04:20:00 -05:00
Vladimír Čunát
956f3224fe
Merge #92128 : wayland: documentation outputs (in staging)
2020-07-19 10:03:34 +02:00
Vladimír Čunát
7441e616cd
Merge #92805 : libevent: 2.1.11 -> 2.1.12 (in staging)
2020-07-19 09:58:48 +02:00
Vladimír Čunát
327bb71773
Merge #92499 : libgcrypt: 1.8.5 -> 1.8.6 (in staging)
2020-07-19 09:54:20 +02:00
Vladimír Čunát
f3b606edcf
Merge #90731 : libdrm: 2.4.100 -> 2.4.102 (in staging)
2020-07-19 09:49:27 +02:00
markuskowa
5ac114beed
Merge pull request #93280 from markuskowa/upd-ucx
...
ucx: 1.7.0 -> 1.8.1, build openmpi with ucx
2020-07-18 23:19:02 +02:00
markuskowa
533720caa9
Merge pull request #93031 from andrew-d/andrew/dsd
...
dsd: init at 2018-07-01
2020-07-18 23:18:23 +02:00
Daniël de Kok
cf059b32d9
Merge pull request #93428 from johnbcoughlin/petsc-install_name_tool
...
petsc: Fix install_name_tool patch
2020-07-18 20:45:39 +02:00
Vladimír Čunát
a5cc7d3197
krunner: fix hash of patch
...
Commit ee036bc02
put in hash *before* the normalization
done by fetchpatch.
2020-07-18 18:07:45 +02:00
zowoq
ba4f0c63e4
ffmpeg: 4.3 -> 4.3.1
...
(cherry picked from commit 916bc99f2c
)
See the grandparent commit.
2020-07-18 18:02:24 +02:00
zowoq
b9f891960e
ffmpeg_3_4: 3.4.7 -> 3.4.8
...
(cherry picked from commit 88c720f0bf
)
See the parent commit.
2020-07-18 18:02:23 +02:00
zowoq
6af12c3339
ffmpeg_2_8: 2.8.16 -> 2.8.17
...
(cherry picked from commit 92cfd28d2b
)
The ffmpeg updates aren't build rebuilds, so I forward-pick them
from staging to master. I suspect they have important fixes.
Originally from PR #93217 .
2020-07-18 18:02:22 +02:00
Daniël de Kok
704bd03243
Merge pull request #93363 from prusnak/rocksdb
...
rocksdb: 6.4.6 -> 6.10.2
2020-07-18 17:57:03 +02:00
Vladimír Čunát
4244b73917
Merge branch 'master' into staging
2020-07-18 17:50:23 +02:00
Jack Coughlin
8a65fe8da6
petsc: Fix install_name_tool patch
...
The PETSc library's config/install.py script checks whether
/usr/bin/install_name_tool is an existing file:
https://gitlab.com/petsc/petsc/-/blob/master/config/install.py#L368
Therefore, it is not enough to replace it with something that we expect
to be on the PATH, as this will cause the linked if statement to be
silently skipped. The consequence is that applications linked against
this version of petsc will fail at runtime on MacOS with a dynamic
loading error.
Instead, we should replace install_name_tool with the absolute path of a
binary we know will be present at build time.
Note that this should be fixed upstream as well, but this is sufficient
to fix the runtime error.
2020-07-18 08:47:24 -07:00
Pavol Rusnak
49581587c2
rocksdb: 6.4.6 -> 6.10.2
2020-07-18 16:57:38 +02:00
Daniël de Kok
e629fe39d1
dbxml: use multiple outputs
2020-07-18 13:51:21 +02:00
Michael Weiss
5b14758d31
Merge pull request #92920 from primeos/scons
...
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Michael Weiss
595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
...
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Daniël de Kok
ae33b7daec
Merge pull request #93388 from danieldk/more-local-rocr-ext-dir
...
rocm-runtime: make ROCR_EXT_DIR handling more local
2020-07-18 10:42:17 +02:00
Daniël de Kok
6d00504061
rocm-runtime: make ROCR_EXT_DIR handling more local
2020-07-18 07:55:36 +02:00
Mario Rodas
0ae51edb29
Merge pull request #93362 from r-ryantm/auto-update/libmysqlconnectorcpp
...
libmysqlconnectorcpp: 8.0.20 -> 8.0.21
2020-07-17 21:37:15 -05:00
Florian Klink
ab1cbc8515
Merge pull request #91746 from helsinki-systems/upd/nss-3.54
...
nss: 3.52.1 -> 3.54
2020-07-18 00:01:10 +02:00
R. RyanTM
1bab9f00ab
libmysqlconnectorcpp: 8.0.20 -> 8.0.21
2020-07-17 17:50:30 +00:00
worldofpeace
7d51e48d2f
Merge pull request #93300 from worldofpeace/update-gtk3
...
gtk3: 3.24.20 -> 3.24.21
2020-07-17 13:34:44 -04:00
Thomas Tuegel
daa6298c96
Merge pull request #93195 from ttuegel/krunner-deprecated-crash
...
krunner: add upstream patch for deprecated virtual method
2020-07-17 08:19:02 -05:00
Andrew Dunham
f856cb8a9e
it++: init at 4.3.1
2020-07-16 17:59:24 -07:00
Andrew Dunham
5601d7483d
mbelib: init at 1.3.0
2020-07-16 17:59:24 -07:00
zowoq
916bc99f2c
ffmpeg: 4.3 -> 4.3.1
2020-07-17 09:28:45 +10:00
zowoq
88c720f0bf
ffmpeg_3_4: 3.4.7 -> 3.4.8
2020-07-17 09:28:45 +10:00
zowoq
92cfd28d2b
ffmpeg_2_8: 2.8.16 -> 2.8.17
2020-07-17 09:28:45 +10:00
Cole Mickens
749418c6b4
xdg-desktop-portal-gtk: add gnome-settings-daemon
...
This fixes "xdg-desktop-portal-gtk breaks font hinting".
Aka, nixos/nixpkgs#93199 .
2020-07-16 15:12:54 -07:00
Michael Weiss
e0b6b0a6d1
Merge pull request #91433 from primeos/sway-1.5
...
Sway 1.5
2020-07-16 23:05:28 +02:00
Michael Weiss
369dcb9202
wlroots: 0.10.1 -> 0.11.0
2020-07-16 22:46:26 +02:00
Daniël de Kok
2b6a6c2e79
Merge pull request #93193 from danieldk/rocm-runtime-ext
...
rocm-runtime-ext: init at 3.5.1
2020-07-16 20:25:44 +02:00
Markus Kowalewski
fe2c68a791
openmpi: build with ucx support
2020-07-16 17:34:07 +02:00
Markus Kowalewski
0e2f98d69d
ucx: 1.7.0 -> 1.8.1
2020-07-16 17:33:39 +02:00
Daniël de Kok
68fecda43a
rocm-runtime-ext: init at 3.5.1
...
This package provides the closed-source extension for rocm-runtime
that is necessary for OpenCL image processing.
2020-07-16 14:56:33 +02:00
Michael Weiss
e285da460d
libplacebo: 1.29.1 -> 2.72.0 ( #93198 )
2020-07-16 11:20:57 +02:00
R. RyanTM
a16038b3bd
libcrafter: 0.3 -> 1.0
2020-07-16 06:47:54 +00:00
Jan Tojnar
d49b38b73c
Merge pull request #92715 from jtojnar/fix-libinput-commands
2020-07-16 04:58:38 +02:00
Dmitry Kalinkin
166a71a6ae
arrow-cpp: fix eval, enable linking against zstd_shared
...
This is a second part for #93203 .
2020-07-15 22:36:07 -04:00
Dmitry Kalinkin
9173beb67d
Merge branch 'staging-next' into staging
2020-07-15 22:28:18 -04:00
Dmitry Kalinkin
992db90c4c
Merge pull request #93203 from veprbl/pr/arrow-cpp_zstd_link_static
...
arrow-cpp: fix darwin build by linking against libzstd_static
2020-07-15 22:15:43 -04:00
Jonathan Ringer
a83d217703
onnxruntime: enable lto
2020-07-15 17:09:30 -07:00
Dmitry Kalinkin
4ae8a4977b
arrow-cpp: fix darwin build by linking against libzstd_static
...
The enableShared=false override will need to be reverted on staging.
2020-07-15 19:45:22 -04:00
worldofpeace
80a3c332a4
gtk3: 3.24.20 -> 3.24.21
2020-07-15 15:31:24 -04:00
Thomas Tuegel
ee036bc025
krunner: upstream patch for deprecated virtual method
2020-07-15 13:54:44 -05:00
Thomas Tuegel
f0d158fd88
kdeFrameworks: set version attribute
2020-07-15 13:54:26 -05:00
ajs124
487373fb2c
nss: 3.52.1 -> 3.54
2020-07-15 19:08:51 +02:00
Daniël de Kok
d2754e07bb
Merge pull request #92914 from danieldk/rocm-opencl
...
rocm-opencl-icd: init at 3.5.0
2020-07-15 18:55:53 +02:00
Daniël de Kok
17ad22a838
Merge pull request #93074 from r-ryantm/auto-update/libmatroska
...
libmatroska: 1.5.2 -> 1.6.0
2020-07-15 14:32:30 +02:00
Fabian Möller
de37813741
xmlsec: add simple libxmlsec1 crypto loading test
2020-07-15 10:56:59 +02:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging
2020-07-15 09:29:01 +02:00
Jan Tojnar
f83c9a7561
libevdev: fix aarch64 support
2020-07-15 06:15:16 +02:00
Jan Tojnar
6cf8110264
libinput: fix subcommands
...
Running subcommands like `libinput measure` requires python and some python modules.
I previously added the dependencies in [1] but [2] accidentally moved them to checkInputs so they are not available at runtime by patchShebangs (especially since tests are disabled).
Additionally, the tools were ported from evdev python module to python-libevdev in libinput 1.14, which was missed [3] during upgrade.
Finally, other python modules are needed so let's add them as well.
[1]: https://github.com/NixOS/nixpkgs/pull/51304
[2]: de14f0c6e1
[3]: b291f2a995
2020-07-15 06:15:16 +02:00
Dmitry Kalinkin
a4c7c2ab30
Merge pull request #92295 from avnik/wine-update
...
Wine update: 5.11 -> 5.12
2020-07-14 16:35:23 -04:00
R. RyanTM
a794977af3
alembic: 1.7.12 -> 1.7.13
2020-07-14 16:32:56 -04:00
Tobias Mayer
27642c1e5c
flatbuffers: 1.11.0 -> 1.12.0
2020-07-14 21:41:09 +02:00
Ryan Mulligan
e72a18da0f
Merge pull request #93054 from r-ryantm/auto-update/intel-media-sdk
...
intel-media-sdk: 20.1.1 -> 20.2.0
2020-07-14 11:36:02 -07:00
Thomas Tuegel
7a8bdde4e5
Merge pull request #91571 from NixOS/u/kde
...
kde-applications: 19.12.3 -> 20.04.1
2020-07-14 10:40:48 -05:00
Thomas Tuegel
ef0a601e13
kdsoap: fix meta attributes
2020-07-14 09:47:18 -05:00
Mario Rodas
b79571808c
Merge pull request #92991 from r-ryantm/auto-update/openimagedenoise
...
openimagedenoise: 1.2.1 -> 1.2.2
2020-07-14 09:03:13 -05:00
Daniël de Kok
efdbbb02eb
Merge pull request #93065 from r-ryantm/auto-update/libslirp
...
libslirp: 4.3.0 -> 4.3.1
2020-07-14 06:57:00 +02:00
Ryan Mulligan
c6e7f26bea
Merge pull request #92985 from r-ryantm/auto-update/librealsense
...
librealsense: 2.35.2 -> 2.36.0
2020-07-13 18:55:16 -07:00
Timo Kaufmann
be4f99d16b
Merge pull request #92697 from xaverdh/jab
...
jabcode: init at git-2020-05-13
2020-07-14 00:15:14 +02:00
Dominik Xaver Hörl
18ce5dbba4
jabcode: init at git-2020-05-13
2020-07-13 23:26:09 +02:00
Jonas Schievink
e1a1b974ed
pc-ble-driver: init at 4.1.1
...
It's a dependency of pc-ble-driver-py, but it's no longer built
alongside it.
2020-07-13 23:25:26 +02:00
Cole Mickens
0e93ae3f67
mesa: 20.0.8 -> 20.1.3 ( #92977 )
2020-07-13 22:42:13 +02:00
Daniël de Kok
d5e6acfe28
rocm-opencl-icd: init at 3.5.0
2020-07-13 20:02:19 +02:00
Daniël de Kok
c0eec29dfb
rocm-opencl-runtime: init at 3.5.0
2020-07-13 20:02:18 +02:00
Daniël de Kok
85598c5fab
rocclr: init at 3.5.0
2020-07-13 20:01:19 +02:00
Daniël de Kok
bf54eee427
rocm-comgr: init at 3.5.0
2020-07-13 19:59:35 +02:00
Daniël de Kok
b5de63fb8c
rocm-device-libs: init at 3.5.0
2020-07-13 19:59:33 +02:00
Daniël de Kok
d2d402a695
rocm-runtime: init at 3.5.0
2020-07-13 19:47:47 +02:00
Daniël de Kok
466d74c4ba
rocm-thunk: init at 3.5.0
2020-07-13 19:47:06 +02:00
Thomas Tuegel
3a732bb263
kdsoap: init at 1.9.0
2020-07-13 12:38:02 -05:00
Thomas Tuegel
2855e9b77f
kcmutils: remove obsolete patch
2020-07-13 11:26:47 -05:00
R. RyanTM
530ae3f732
libmatroska: 1.5.2 -> 1.6.0
2020-07-13 15:49:51 +00:00
R. RyanTM
0d2112dae7
libfilezilla: 0.22.0 -> 0.23.0
2020-07-13 15:36:18 +00:00
Daniel Șerbănescu
8958237f38
gtk-sharp3: fixed build and removed broken flag.
2020-07-13 16:27:37 +02:00
R. RyanTM
3bbc8696b1
libslirp: 4.3.0 -> 4.3.1
2020-07-13 13:00:32 +00:00
Daniël de Kok
4fbe92df09
amd-blis: init at 2.2
...
We compile specifically for Zen:
- Zen/Zen2 are not included in the x86_64 or amd64 configurations.
- Including them breaks AMD BLIS in other places, since some functions
have Zen-specific definitions that fail on other platforms.
Non-Zen CI runners will succeed when they are Haswell or later, since
a Haswell kernel is compiled as a dependency.
2020-07-13 13:16:37 +02:00
R. RyanTM
d62c129e0d
intel-media-sdk: 20.1.1 -> 20.2.0
2020-07-13 09:53:46 +00:00
Mario Rodas
49897b8859
SDL2: fix build on darwin
2020-07-13 04:20:00 -05:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090 )
2020-07-13 07:13:56 +02:00
Mario Rodas
b8af0194d2
Merge pull request #92982 from r-ryantm/auto-update/leatherman
...
leatherman: 1.12.0 -> 1.12.1
2020-07-12 22:07:57 -05:00
Jan Tojnar
09558f1dbf
Merge pull request #73795 from worldofpeace/fontconfig-2.13.92
2020-07-13 03:34:06 +02:00
Michael Weiss
fc2a4610a1
vaapiIntel: Refactor and improve the build expression ( #92996 )
...
This doesn't cause any changes to the contents of the output path (apart
from the $out reference changing due to the modified expression).
2020-07-12 14:29:18 +02:00
R. RyanTM
eeab7d4a2f
vaapiIntel: 2.4.0 -> 2.4.1 ( #89983 )
2020-07-12 13:08:51 +02:00
R. RyanTM
a6c5d51add
openimagedenoise: 1.2.1 -> 1.2.2
2020-07-12 10:09:18 +00:00
R. RyanTM
9b204b34a3
librealsense: 2.35.2 -> 2.36.0
2020-07-12 08:17:52 +00:00
R. RyanTM
721d304103
leatherman: 1.12.0 -> 1.12.1
2020-07-12 07:33:20 +00:00
Michele Guerini Rocco
54d7b36a9e
Merge pull request #92899 from r-ryantm/auto-update/randomX
...
randomx: 1.1.7 -> 1.1.8
2020-07-11 23:12:32 +02:00
Ben Wolsieffer
248d460d6f
console-bridge: 1.0.0 -> 1.0.1
2020-07-11 22:00:48 +02:00
Milan Pässler
915d2fa8cb
uci: unstable-2020-01-27 -> unstable-2020-04-27
2020-07-11 19:05:46 +02:00
Jan Tojnar
6f8345035b
fontconfig: remove its rules from configs
...
ITS rules are used for extracting translatable strings and they have
been moved to external files in 2.13.92 so they are not needed in
the config files themselves.
Removing them also cuts down on errors/warnings produced when using
older versions of fontconfig (< 2.12.92). Now it will only complain
about the description element but that is fortunately just a warning,
not errors like the ones caused by the its attributes.
Thanks to this, we can change the config version in NixOS module
back to 2.11 allowing us to re-use the 2.13/2.14 configs for apps
built against 2.12 fontconfig.
2020-07-11 17:05:15 +02:00
Jan Tojnar
993deed7ab
fontconfig: Load fonts also from FHS paths
...
With previous patch, we no longer load non-versioned fonts.conf file to avoid incompatibilities
but this also means fontconfig will not load system-wide installed fonts on non-NixOS systems.
As a compromise, let's hardcode the FHS font paths to the built-in config so that the system
fonts work there. Unlike with the system config we do not need to worry about compatibility as
incompatible font files will be simply ignored.
Of course there will still be disparity if the system install fonts to some other location than
these two but I am afraid this is the best we can do.
See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-635771967 for discussion.
2020-07-11 17:05:13 +02:00
Jan Tojnar
edf2541f02
fontconfig: Only read versioned config dirs
...
Falling back to unversioned `/etc/fonts/conf.d` when versioned one does not exist
is problematic since it only occurs on non-NixOS systems and those are likely
to have a different version of fontconfig. When those versions use incompatible
elements in the config, apps using fontconfig will crash.
Instead, we are now falling back to the in-package `fonts.conf` file that loads
both the versioned global `conf.d` directory and the in-package `conf.d` since using
upstream settings on non-NixOS is preferable to not being able to use apps there.
In fact, we would not even need to link `fonts.conf`, as the in-package `fonts.conf`
will be always used unless someone creates the global one manually (the option is still
retained if one wants to write a custom NixOS module and to avoid unnecessary stat call on NixOS).
Additionally, since the `fonts.conf` will always load `conf.d` from the package, we no longer
need to install them to sytem `/etc` in the module. This needed some mucking with `50-user.conf`
which disables configs in user directories (a good thing IMO, NixOS module will turn it back on)
but otherwise, it is cleaner. The files are still prioritized by their name, regardless of their location.
See https://github.com/NixOS/nixpkgs/pull/73795#issuecomment-634370125 for more information.
2020-07-11 17:05:13 +02:00
worldofpeace
87786bc47f
fontconfig: bump configVersion to 2.13
2020-07-11 17:05:13 +02:00
worldofpeace
27b14ee82a
fontconfig: 2.12.6 -> 2.13.92
2020-07-11 17:05:12 +02:00
Vladimír Čunát
ec74a02bde
Merge branch 'master' into staging-next
...
Thousands of rebuilds from master (not sure why).
2020-07-11 16:45:47 +02:00
Vladimír Čunát
c62e88ab81
Merge #91818 : gperftools: fix on ARM
2020-07-11 11:08:58 +02:00
Frederik Rietdijk
a3a40ac7cc
Merge staging-next into staging
2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f
Merge master into staging-next
2020-07-11 08:59:54 +02:00
R. RyanTM
017f120e50
randomx: 1.1.7 -> 1.1.8
2020-07-10 22:22:42 +00:00
Austin Seipp
57a53677b4
liburing: 0.6pre600 -> 0.7
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-10 16:54:28 -05:00
Jan Tojnar
4be4ae71aa
Merge pull request #92829 from r-ryantm/auto-update/poppler-glib
...
poppler: 0.89.0 -> 0.90.0
2020-07-10 23:20:42 +02:00
Benjamin Hipple
01f0aef501
Merge pull request #86809 from r-ryantm/auto-update/capnproto
...
capnproto: 0.7.0 -> 0.8.0
2020-07-10 14:06:58 -04:00
R. RyanTM
9c833ae6ae
poppler: 0.89.0 -> 0.90.0
2020-07-10 07:03:32 +00:00
Daniel Șerbănescu
9d6f01aeef
webkitgtk: 2.28.2 -> 2.28.3
2020-07-10 00:40:29 +02:00