Commit graph

248327 commits

Author SHA1 Message Date
Niklas Hambüchen 0672de5b89 gstreamer: 1.16.2 -> 1.18.0
Fixes #98769.

Important changes from https://gstreamer.freedesktop.org/releases/1.18/:

* `gst-validate` was renamed to `gst-devtools` upstream:

    > * the `gst-validate` tarball has been superseded by
    >   the `gst-devtools` tarball for consistency with the git module name.

* `gst-python` is now Python 3 only:

    > * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Niklas Hambüchen e186f0e161 pitivi: Fix .svg loading at startup, see #56943 #89691 2020-10-23 01:26:32 +02:00
Daiderd Jordan bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Andrew Childs 5b5d38a7e7 sudolikeaboss: remove input propagation and unused hook
This package is a leaf that exports no libraries, so propagating its
inputs should have no effect.

The fixDarwinDylibNames hook only applies to *.dylib files, which this
package does not contain.
2020-10-21 13:31:12 +09:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Christian Kampka 507a5e95da gamin: Fix cross compiling issues
Gamin fails to build cross-platform because it tries to run
AC_RUN_IFELSE during configure which fails as the test program is built
for the wrong platform and cannot execute. Since the test is only for
the 'abstract socket namespace' feature, we can just pin the results
for out builds, it is 'yes' for Linux and 'no' for Darwin (and other
BSD).
2020-10-20 21:22:37 +02:00
Jonathan del Strother f0431e22c1 rubygems: 3.1.2 -> 3.1.3 2020-10-20 21:10:43 +02:00
ajs124 8904ce243a tzdata: 2019c -> 2020c 2020-10-20 21:09:28 +02:00
TredwellGit c95bed1b9d libinput: 1.16.1 -> 1.16.2
https://lists.freedesktop.org/archives/wayland-devel/2020-October/041640.html
2020-10-20 21:08:03 +02:00
ajs124 b2602d1a39 apparmor: 2.13.4 -> 2.13.5 2020-10-20 21:03:28 +02:00
Niklas Hambüchen 70a924fa80 meson: Patch out default boost search paths. See #86131.
Avoids impure builds on unsandboxed non-NixOS builds, see:
https://github.com/NixOS/nixpkgs/issues/86131#issuecomment-711051774
2020-10-20 21:02:43 +02:00
TredwellGit 3775af7057 freetype: 2.10.2 -> 2.10.4
https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
2020-10-20 20:57:46 +02:00
Frederik Rietdijk 23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Frederik Rietdijk 86e5ec3d59 Merge master into staging-next 2020-10-20 20:55:22 +02:00
Vladimír Čunát 8bdf7dc4ab
Merge #100886: cairo: fix build on darwin 2020-10-20 20:52:33 +02:00
StigP a24a33dbc8
Merge pull request #101182 from zakame/zakame/meta/perl-LinuxInotify2
perlPackages.LinuxInotify2: add description/license to meta
2020-10-20 18:51:16 +00:00
Ryan Mulligan 72ac8255dc
Merge pull request #88921 from sikmir/keeweb
keeweb: init at 1.15.7
2020-10-20 10:44:55 -07:00
Anderson Torres 751d7c6c80
Merge pull request #100350 from vidbina/init-ghorg-v1.4.0
ghorg: init at 1.4.0
2020-10-20 14:44:39 -03:00
Anderson Torres fb9a2e7c9b
Merge pull request #100452 from bbigras/restic
restic: 0.9.6 -> 0.10.0
2020-10-20 14:41:08 -03:00
Andreas Rammhold bd01776050
Merge pull request #101178 from andir/firefox-82
firefox: 81.0.2 -> 82, firefox-esr: 78.3.1esr -> 78.4.0esr
2020-10-20 19:27:49 +02:00
Doron Behar 0f3d40ef68
Merge pull request #84816 from FlorianFranzen/texmacs
texmacs: 1.99.11 -> 1.99.13
2020-10-20 20:17:26 +03:00
Ivan Tham 86b885a4a0
gtk+: refactor name (#100947)
* gtk+: refactor name
2020-10-20 17:00:23 +00:00
Yuki Okushi afc8027dde rust-bindgen: 0.54.1 -> 0.55.1 2020-10-20 09:09:13 -07:00
Doron Behar 4d7925f642
Merge pull request #101141 from magnetophon/faust 2020-10-20 19:07:45 +03:00
Florian Klink 76d6af32e0
Merge pull request #98618 from jbaum98/tlp-aarch64
tlp: Add support for non-x86 platforms
2020-10-20 17:52:37 +02:00
aszlig 8ea168db1f
nixos/tests/avahi: Fix evaluation
In commit a61ca0373b (#100267), the avahi
test expression got an additional attribute, but instead of wrapping the
function, the attributes were introduced by nesting the function one
level deeper.

To illustrate this:

  Before: attrs: <testdrv>
  After:  newattrs: attrs: <testdrv>

So when instantiating tests.avahi.x86_64-linux from nixos/release.nix we
get "value is a function while a set was expected" instead of the
derivation.

I simply re-passed the attributes to make-test-python.nix, since the
function already allows (via "...") arbitrary attributes to be passed.

The reason why I'm pushing this directly to master is because evaluation
for the test is already broken and the worst that could happen here is
that things are *still* broken.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @flokli, @doronbehar
2020-10-20 17:38:20 +02:00
Justin Humm c4237e2be1 opensc: patch for CVE-2020-26570, CVE-2020-26572 2020-10-20 17:31:26 +02:00
Peter Hoeg b65f1a4862 vkquake: fix the build 2020-10-20 23:17:16 +08:00
Austin Seipp a7e87bdd58
yosys: 2020.08.22 -> 2020.10.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Austin Seipp 232a0c2a90
picat: 3.0 -> 3.0p2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Zak B. Elep 1d8c943339 perlPackages.LinuxInotify2: add description/license to meta 2020-10-20 22:51:21 +08:00
Dmitry Kalinkin a4a9957eda
Merge pull request #101090 from SuperSandro2000/asf-4.3.1.0
ArchiSteamFarm: 4.3.0.6 -> 4.3.1.0
2020-10-20 10:44:34 -04:00
Andreas Rammhold 6057ea490f firefox: 78.3.1esr -> 78.4.0esr 2020-10-20 16:29:09 +02:00
Andreas Rammhold ae2f5cccbb firefox: 81.0.2 -> 82.0 2020-10-20 16:29:07 +02:00
Andreas Rammhold b6b09ac7ae
Merge pull request #99922 from S-NA/wip/firefox-lto
firefox: add ltoSupport and enable it by default
2020-10-20 16:23:35 +02:00
ajs124 038afc6906
Merge pull request #88825 from helsinki-systems/init/rpi-eeprom
raspberrypi-eeprom: Init at 2020-10-05
2020-10-20 16:13:48 +02:00
Peter Simons 97d0eb5059
Merge pull request #95836 from jbedo/r-modules
r-modules: bioc and cran update
2020-10-20 15:55:44 +02:00
Janne Heß cdabe1007c
raspberrypi-eeprom: Init at 2020-10-05 2020-10-20 15:45:58 +02:00
Marek Mahut 8dd059e344
Merge pull request #98785 from andresilva/polkadot-0.8.24
polkadot: 0.2.17 -> 0.8.24
2020-10-20 15:20:50 +02:00
Marek Mahut 1e454e584e
Merge pull request #100733 from RaghavSood/ethereum/1.9.23
go-ethereum: 1.9.22 -> 1.9.23
2020-10-20 15:19:24 +02:00
Mario Rodas 507c588481
Merge pull request #101114 from Chili-Man/aws-okta-1.0.5-update
aws-okta: 1.0.4 -> 1.0.5
2020-10-20 07:06:24 -05:00
Bart Brouns 5461c5f633 faust2jaqt: remove opencv2
It's marked broken and it seems it wasn't needed in here in the first place.
5e68d203f3
2020-10-20 14:02:30 +02:00
Bart Brouns c5277d01c5 faust2jack: use opencv instead of opencv2
opencv2 is marked broken:
5e68d203f3

This reverts f68a0031bb
2020-10-20 14:02:20 +02:00
Mario Rodas 7d4f63a944
Merge pull request #101117 from marsam/update-lxd
lxd: 4.6 -> 4.7
2020-10-20 06:57:48 -05:00
Jan Tojnar d4975d23f1
Merge pull request #101022 from jtojnar/pycairo-drop-xlibs
python3.pkgs.pycairo: drop xlibs
2020-10-20 13:54:32 +02:00
Vladimír Čunát cf82eb9514
Merge #100875: curl: 7.72.0 -> 7.73.0 (into staging) 2020-10-20 12:40:07 +02:00
StigP dba3e198d4
Merge pull request #101118 from zakame/zakame/updates/perl-Future-0.46
perlPackages.Future: 0.45 -> 0.46
2020-10-20 10:30:40 +00:00
Matthieu Coudron 4c4c4874c4
neovim: add config to passthru (#101100)
first will register the config under the name init.vim which is more
appropriate for neovim.
Pass the generated config to passthru so that one can easily pass the
current config to a
raw/unwrapped neovim (helps with development).

For instance, home-manager can reference the config in $XDG_CONFIG_HOME/nvim/init.vim
without the need to wrap nvim with its config.
2020-10-20 12:26:39 +02:00
David Asabina abb7f225ec ghorg: init at 1.4.0 2020-10-20 12:13:01 +02:00
Vladimír Čunát 2324085f9f
Merge #100385: xorg xcb updates (into staging) 2020-10-20 12:09:58 +02:00