Commit graph

133924 commits

Author SHA1 Message Date
Andreas Rammhold d814c98ec8 python.pkgs.pytest-fixture-config: disable tests (#46021)
Tests seem to fail on all recent versions even outside of our build
system. The upstream CI tests seem to somehow succeed but I wasn't able
to reproduce that locally. For not it is probably best to disable them.
2018-09-05 01:02:06 +02:00
Jörg Thalheim a56fd17938 radare2-cutter: 1.7 -> 1.7.1 2018-09-04 23:15:07 +01:00
Jörg Thalheim 63b7bc847c radare2-cutter: add mic92 as maintainer 2018-09-04 23:14:55 +01:00
Jan Malakhovski 4092708261 treewide: cleanup some references to bash 2018-09-04 22:05:02 +00:00
Jan Malakhovski 7931d455a4 stdenv: linux: cleanup a bit 2018-09-04 22:04:56 +00:00
Jörg Thalheim 24ce88615e radare2: 2.8.0 -> 2.9.0 2018-09-04 22:57:17 +01:00
Will Dietz a36b861f80 liblangtag: bump to CLDR 33.1 unicode data (#46050)
http://cldr.unicode.org/index/downloads/cldr-33-1
2018-09-04 23:47:21 +02:00
Bart Brouns b7d408713c puredata: 0.48-0 -> 0.48-2 (#46065) 2018-09-04 23:45:30 +02:00
Bart Brouns 6b74b16579 kitty: 0.11.3 -> 0.12.0 (#46067) 2018-09-04 23:44:04 +02:00
Michael Weiss f50aa1cd4e pythonPackages.glances: 3.0 -> 3.0.1 2018-09-04 23:43:07 +02:00
worldofpeace 33fa23f6b3 dbus-sharp-2_0: fix build (#46060) 2018-09-04 23:38:07 +02:00
Will Dietz 59f5a65e72 zsh: 5.5.1 -> 5.6 (#46052)
Security, see:

https://github.com/zsh-users/zsh/blob/zsh-5.6/NEWS#L7
2018-09-04 23:32:43 +02:00
Tim Steinbach 98ef33ec74
oh-my-zsh: 2018-07-29 -> 2018-09-03 2018-09-04 16:19:43 -04:00
Lenz Weber 080a6385ff zfs-unstable: 64e9696 -> c197a77 2018-09-04 21:59:23 +02:00
symphorien 16e776fde7 sound-juicer: fix build (#46051) 2018-09-04 21:16:01 +02:00
Daniël de Kok e57e92bfa2 python[23]Packages.mxnet: fix build
Relax graphviz, numpy, requests dependency version bounds.
2018-09-04 20:35:05 +02:00
Daniël de Kok 19ac917707 python[23]Packages.graphviz: 0.5.2 -> 0.9 2018-09-04 20:30:31 +02:00
Daniël de Kok 590ce7d1ae mxnet: fix library dependencies.
- mxnet now builds the open source MKL DNN library. However, this
  was not included with the build.
- mxnet builds its own OpenMP library, even when OpenMP is provided
  by the system. This leads to problems, so remove the included
  OpenMP implementation:

  https://github.com/apache/incubator-mxnet/pull/12160
2018-09-04 20:27:25 +02:00
Jan Malakhovski 033ed93da2 all-packages.nix: cleanup a bit 2018-09-04 17:59:52 +00:00
Jan Malakhovski 1ee3c294bf all-packages.nix: rename emacs functions Gen -> For
This was introduced when it was unclear which suffix was better, but now it's
clear that the "For" convention won.
2018-09-04 17:59:51 +00:00
Vladimír Čunát 281a629c2a
Merge #46047: ghostscript: 9.22 -> 9.24 (security) 2018-09-04 19:14:22 +02:00
Will Dietz 72cf7f513d libreoffice-{fresh,still}: upgrade and clean
* libreoffice-still: -> 6.0.6.2
  * (newer than our current 'fresh!')
* libreoffice-fresh: -> 6.1.0.3
  * 6.1.1(.1) is currently pre-release, FWIW
* Use normal gcc, not gcc5
  * dropping 'glibc' from buildInputs fixed this (?)
* remove many fixes/touchups/workarounds/hacks
  * hopefully everything still works for everyone
* disable online update since that seems unlikely to work anyway
* fix autogen/configure invocations
* disable libnumbertext in 6.1.x since not packaged
* drop 'touch solenv/inc/target.mk' as unclear what it was for
  and doesn't seem to be currently needed
* cleanup link gen a bit[1]
* split checks to check phase

[1]
primary motivation was to stop creating links like:

'libreoffice-6.0.5.2/src/-libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'
'libreoffice-6.0.5.2/src/libxslt-1.1.32.tar.gz' -> '/nix/store/503v5hmhm430bld0h078gacmkniwdllr-libxslt-1.1.32.tar.gz'

This is mostly accomplished by simply using the 'md5name' field
which the python script kindly generates for us
(including the use of non-md5 if md5 is not set or empty).
2018-09-04 11:51:55 -05:00
Vladimír Čunát a3f6a4b9b6
ghostscript: fix nitpicks after the update
- unused lcms2 input
- reference $out -> $doc
2018-09-04 18:50:49 +02:00
geistesk 14837a8277 mpv: add cddaSupport-flag to play Audio CDs
Introduced `cddaSupport` for `mpv` which defaults to false. By enabling
it, `mpv` will be compiled with cdda support (`libcdio{,-paranoia}`) to
play audio CDs.
2018-09-04 18:46:31 +02:00
xeji da0c385a69
Merge pull request #46033 from rnhmjoj/monero
Monero updates
2018-09-04 18:44:25 +02:00
geistesk 7cdb44e793 mpv: resorted support options alphabetically 2018-09-04 18:44:01 +02:00
Vladimír Čunát c19136b1cd
ghostscript: 9.22 -> 9.24 (security)
The $doc stuff needed changes, probably because of ghostscript newly
reacting to some configure flags that stdenv passes.
 - share/ghostscript/9.22/doc was an ugly location for documentation,
   and I didn't like their new share/ghostscript/9.24 either,
   so that got changed to share/doc/ghostscript/9.24
 - their process no longer installs examples, apparently,
   but I don't expect that would be any problem for us
2018-09-04 18:17:01 +02:00
Sebastien Maret 3bc898035d gildas: fix makefile rule 2018-09-04 16:05:44 +02:00
xeji 45ec8534b1
Merge pull request #46037 from romildo/upd.deepin-shortcut-viewer
deepin-shortcut-viewer: init at 1.3.5
2018-09-04 15:38:14 +02:00
xeji 0402f04b9b
Merge pull request #44978 from alyssais/cargo-download
cargo-download: init at 0.1.1
2018-09-04 15:36:53 +02:00
rnhmjoj fd95d30609
monero-gui: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
rnhmjoj 90ab6c8400
monero: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
José Romildo Malaquias b99077f5b1 deepin-terminal: add dependency on deepin-shortcut-viewer; enable parallel building 2018-09-04 09:11:10 -03:00
José Romildo Malaquias e65617d823 deepin-shortcut-viewer: init at 1.3.5 2018-09-04 09:11:10 -03:00
Leon Schuermann 4295e225f5 libvmi: fix libxenctrl dynamic loading (#45865)
libvmi uses dlopen() to only require libxenctrl if the Xen hypervisor is used,
which failed because libxenctrl could not be found.
Add xen libraries to libvmi's RUNPATH using patchelf.
2018-09-04 13:30:07 +02:00
Sarah Brofeldt 17b6efaf3d go_1_11: Only allow one of GOARM=5, 6 or 7 2018-09-04 11:46:35 +02:00
Orivej Desh 205f3e941a swift-im: fix build with Qt 5.11 and split QtWebKit 2018-09-04 09:39:06 +00:00
Daniël de Kok 93a5947158 mxnet: 1.1.0 -> 1.2.1 (#46026)
Update and fix the build:

- Perl is a build-time requirement.
- Fix hardcoded /bin/bash invocation.
2018-09-04 11:37:54 +02:00
Alyssa Ross 9f3707d83a
cargo-download: add Security build input on darwin 2018-09-04 10:32:05 +01:00
Orivej Desh 6767396e38 psi-plus: 1.2.235 -> 1.3.410 2018-09-04 08:39:13 +00:00
Orivej Desh 2e0befd22e libsignal-protocol-c: init at 2.3.2 2018-09-04 08:35:52 +00:00
Orivej Desh 0f1125975a psi: specify license (#43716) 2018-09-04 07:41:08 +00:00
xeji d22e22e2dd
Merge pull request #45987 from danieldk/fix-vowpalwabbit
vowpalwabbit: fix build against boost-python.
2018-09-04 08:54:00 +02:00
xeji 8e9c7e83ea
Merge pull request #46022 from romildo/upd.deepin-menu
deepin-menu: init at 3.3.10
2018-09-04 08:52:17 +02:00
Daniël de Kok 69d418aeac vowpalwabbit: mark broken on aarch64. 2018-09-04 07:43:53 +02:00
John Ericson d62e62e6a8
Merge pull request #46023 from Ericson2314/fix-45993
mkDerivation: Fix cross compilation
2018-09-04 01:29:24 -04:00
John Ericson 06cd7c15a3 mkDerivation: Fix cross compilation
Derivations where drawing their `system` attribute from `hostPlatform`
instead of `buildPlatform`. Fix that, and add an explanatory commment.

Fixes #45993
2018-09-03 23:18:24 -04:00
José Romildo Malaquias 3451488235 deepin-terminal: add dependency on deepin-menu 2018-09-03 23:06:56 -03:00
José Romildo Malaquias ff8d974ec0 deepin-menu: init at 3.3.10 2018-09-03 22:45:51 -03:00
Jan Tojnar d7c0d9a7f8
gnome3.file-roller: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:45 +02:00
Jan Tojnar 2e1acfce13
casync: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar 5f33edda40
gnome3.gnome-boxes: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar b3e4a1a64c
gnome3.gnome-tweaks: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar 4b50a184f3
gnome3.simple-scan: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar 1d1af9cc4d
gnome3.nautilus: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar cc4c51df93
gnome3.epiphany: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar b39e9834cb
gnome3.gnome-screenshot: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar 2431f9101c
gnome3.gnome-mines: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar 50b6311f69
pitivi: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar 726e749961
sequeler: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jan Tojnar ef01ca3ade
tootle: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jan Tojnar 58a3726252
gnome-builder: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jan Tojnar 577d1370f1
transporter: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:40 +02:00
Jan Tojnar bf98e44d23
faba-icon-theme: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:40 +02:00
Jan Tojnar 1189b3275f
paper-icon-theme: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:40 +02:00
Jan Tojnar b1da4f7856
moka-icon-theme: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:39 +02:00
Jan Tojnar 9efc9b5d91
networkmanagerapplet: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:39 +02:00
Jan Tojnar 123556ed5f
corebird: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:39 +02:00
Jan Tojnar 6c701f6578
pulseeffects: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:38 +02:00
Jan Tojnar 3a8b13ef8f
lollypop: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:38 +02:00
Jan Tojnar 19225529c9
gnome-mpv: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:38 +02:00
Jan Tojnar 18f3e11880
gnome3.atomix: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:37 +02:00
Jan Tojnar 9ab012d0f1
gnome3.swell-foop: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:37 +02:00
Jan Tojnar b8a7e2a116
gnome3.gnome-control-center: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:37 +02:00
Jan Tojnar 88759d117d
gnome3.gnome-chess: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:36 +02:00
Jan Tojnar 1914e51249
gnome3.gnome-contacts: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:36 +02:00
Jan Tojnar 3d899d0ddd
gnome3.gnome-disk-utility: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:36 +02:00
Jan Tojnar 3e3972a054
gnome3.gnome-todo: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:35 +02:00
Jan Tojnar 091ed8f2f8
gnome3.eog: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:35 +02:00
Jan Tojnar dd8d38fcf0
gnome3.bijiben: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:35 +02:00
Jan Tojnar af47286621
gnome3.gnome-characters: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:34 +02:00
Jan Tojnar d99291efab
gnome3.gnome-documents: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:34 +02:00
Jan Tojnar 0c4e69dd78
gnome3.gnome-calendar: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:34 +02:00
Jan Tojnar 5043df2499
gnome3.devhelp: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:33 +02:00
Jan Tojnar 69fa70ad46
gnomeExtensions.mediaplayer: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:33 +02:00
Jan Tojnar bf38aea59b
gnome3.gnome-calculator: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:33 +02:00
Jan Tojnar 804a26e6b7
gnome3.dconf-editor: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:32 +02:00
Jan Tojnar 9879ed55ae
feedreader: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:32 +02:00
Jan Tojnar 9c4323b5de
gnome3.gnome-power-manager: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:32 +02:00
Jan Tojnar a502b155f0
gnome3.libgweather: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:31 +02:00
Jan Tojnar 767803b3d2
gnome3.tracker: 2.1.2 → 2.1.3 2018-09-04 03:23:31 +02:00
Uli Baum e7a82cac35 swift: broken on aarch64
never built according to available hydra logs
2018-09-04 01:13:55 +02:00
Will Dietz e4f4debcb9 swift: 4.1 -> 4.1.3 (#45777) 2018-09-04 01:08:39 +02:00
R. RyanTM a2f490c576 mkvtoolnix: 25.0.0 -> 26.0.0 (#45812)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mkvtoolnix
2018-09-04 01:02:02 +02:00
xeji a6fa300cf7
Merge pull request #46017 from rnhmjoj/masscan
masscan: 1.0.4 -> 1.0.5
2018-09-04 00:51:57 +02:00
xeji 6f91e44b6a
Merge pull request #45976 from rnhmjoj/imv
imv: 2.1.3 -> 3.0.0
2018-09-04 00:48:20 +02:00
rnhmjoj d5b0c4d5c2
imv: build only on x86_64 linux 2018-09-04 00:35:17 +02:00
symphorien 6c8cea6315 hdaps-gl: init at 0.0.5 (#45986) 2018-09-04 00:28:15 +02:00
rnhmjoj efef4acc7e
masscan: 1.0.4 -> 1.0.5 2018-09-04 00:25:23 +02:00
José Romildo Malaquias e8fe244a71 qt5integration: init at 0.3.5 (#46012) 2018-09-04 00:22:57 +02:00