Commit Graph

113289 Commits

Author SHA1 Message Date
volth
b5c200bc25 jdk: use oraclejdk on aarch64 2018-02-25 01:09:33 +00:00
Ryan Mulligan
3204061474 assh: 2.6.0 -> 2.7.0
Semi-automatic update; builds on NixOS
2018-02-24 15:47:38 -08:00
Shea Levy
48283de641
libffi: Add RISC-V patch. 2018-02-24 17:59:00 -05:00
Nikolay Amiantov
6850418426 rpcs3: init at 2018-02-23 2018-02-25 01:48:23 +03:00
Elis Hirwing
3dfe50ffb6
sequeler: init at 0.5.3 2018-02-24 23:24:47 +01:00
Elis Hirwing
55d2daaf31
libgda: Add optional mysql and postgresql support 2018-02-24 23:24:46 +01:00
Maximilian Bosch
f027e82e76 avidemux: rewrite derivation
This drastically reduces the complexity of the `avidemux` derivation
and adds QT5 support (see #33248).

Rather than invoking `cmake` over preconfigured hooks, it's much easier
to use the `bootStrap.bash` script provided by the developers to do the
installation tasks. Furthermore this script makes it way easier to
configure which parts of `avidemux` should be used (e.g. CLI-only) or
without the plugins.

In order to create a CLI-only instance you can simply override the
derivation:

```
avidemux.override {
  withQT = false;
}
```

It's possible to set the default executable as well (`avidemux` creates
a `avidemux_qt5` and `avidemux_cli` executable by default):

```
avidemux.override {
  default = "cli"; # default is `qt5`
}
```

The GTK support has been dropped entirely since it was originally broken
in our system and can't be built ATM. Other distros such as ArchLinux
don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64)
2018-02-25 01:04:07 +03:00
Franz Pletz
247a7504ad
vcdimager: 0.7.24 -> 2.0.1 2018-02-24 21:38:12 +01:00
Miguel Madrid Mencía
b7a6c54851
nautilus: fixed mime types 2018-02-24 19:18:04 +01:00
Jan Tojnar
2cb88c524b
deadbeefPlugins.opus: init at 0.8 2018-02-24 18:43:23 +01:00
Miguel Madrid Mencía
114a8f159b
gthumb: fixed mime types 2018-02-24 18:41:00 +01:00
Thomas Tuegel
ffa88650d9
audacious: build with latest libcdio 2018-02-24 10:34:10 -06:00
Thomas Tuegel
bd45cd775b
audaciousQt5: build with latest libcdio 2018-02-24 10:34:10 -06:00
Thomas Tuegel
b795fd200b
libcdio: 0.93 -> 2.0.0 2018-02-24 10:34:06 -06:00
Shea Levy
63fa1fcb04
kexectools: Only build on kexecable architectures. 2018-02-24 10:37:54 -05:00
Shea Levy
aaaa6f0a69
RISC-V: Add top-level alias for proper glibc 2018-02-24 10:07:54 -05:00
adisbladis
cdd1b8bc02
firefox-beta-bin: 59.0b11 -> 59.0b12 2018-02-24 22:44:13 +08:00
adisbladis
6e52011875
firefox-devedition-bin: 59.0b11 -> 59.0b12 2018-02-24 22:44:03 +08:00
Jörg Thalheim
8da17c3f0e
Merge pull request #35466 from yegortimoshenko/20180224.103545/icon-theme
Build GTK icon cache for most themes
2018-02-24 14:20:46 +00:00
Jörg Thalheim
da5f9e64fa
Merge pull request #35470 from Lassulus/rtl8814au
rtl8814au: init at 4.3.21
2018-02-24 14:14:47 +00:00
Michael Raskin
40186c3af2
Merge pull request #35462 from jfrankenau/update-geeqie
geeqie: 1.3 -> 1.4
2018-02-24 14:06:22 +00:00
Jörg Thalheim
e115dac5fc rtl8814au: nitpicks 2018-02-24 14:00:00 +00:00
Shea Levy
80cb13b728
icu58: Fix evaluation 2018-02-24 08:52:58 -05:00
Shea Levy
f51a7ddd11
gptfdisk: Fix cross-compilation 2018-02-24 08:41:25 -05:00
lassulus
0ab8bf61af rtl8814au: init at 4.3.21 2018-02-24 14:34:34 +01:00
Shea Levy
c2911034c3
btrfs-progs: Fix cross-compiling 2018-02-24 08:23:10 -05:00
obadz
29542830a8 citrix_receiver: fix build errors in recent version
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
2018-02-24 13:10:20 +00:00
Shea Levy
7142440d75
icu: Fix cross-building.
The icu4c cross-build process requires access to a full buildRoot of a
native build, so we add a variant of the build that just does the
buildPhase and copies the buildRoot to $out for access by the cross
compile.
2018-02-24 08:02:06 -05:00
Michael Weiss
39ccb6ac87 libmd: 0.0.0 -> 1.0.0 2018-02-24 13:04:45 +01:00
Yegor Timoshenko
cd4afaca45 papirus-icon-theme: build GTK icon cache 2018-02-24 11:49:40 +00:00
Yegor Timoshenko
09b54dec1d paper-icon-theme: build GTK icon cache 2018-02-24 11:42:09 +00:00
Yegor Timoshenko
466d051924 numix-icon-theme: build GTK icon cache 2018-02-24 11:38:54 +00:00
Yegor Timoshenko
0765f0528d maia-icon-theme: use CMake (build from source)
Did not add GTK icon cache due to the following error:

  gtk-update-icon-cache: The generated cache was invalid.
2018-02-24 11:27:41 +00:00
Yegor Timoshenko
4593cc2317 hicolor_icon_theme: platforms.unix 2018-02-24 11:14:00 +00:00
Yegor Timoshenko
cc3bd76540 moka-icon-theme: build GTK icon cache 2018-02-24 11:12:37 +00:00
Yegor Timoshenko
c087641f64 faba-mono-icons: build GTK icon cache 2018-02-24 11:12:20 +00:00
Yegor Timoshenko
ede5f2cbfa faba-icon-theme: build GTK icon cache 2018-02-24 11:11:30 +00:00
Yegor Timoshenko
b22c33fb94 elementary-xfce-icon-theme: refactor, build GTK icon cache 2018-02-24 11:11:06 +00:00
Yegor Timoshenko
5a22c587eb elementary-icon-theme: use CMake, build GTK icon cache 2018-02-24 11:10:41 +00:00
Yegor Timoshenko
ed7259b781 arc-icon-theme: build GTK icon cache 2018-02-24 11:10:07 +00:00
Jörg Thalheim
9c065623d5
Merge pull request #35447 from svsdep/keepass-plugins-patch-back
keepass: bring back and update plugins load patches
2018-02-24 11:09:37 +00:00
Jörg Thalheim
5df64232e0
Merge pull request #35455 from dywedir/exiftool
exiftool: 10.60 -> 10.80
2018-02-24 11:07:06 +00:00
Gabriel Ebner
f5b173ffbc qalculate-gtk: 2.1.0 -> 2.2.1 2018-02-24 11:54:53 +01:00
Gabriel Ebner
6183b1c029 libqalculate: 2.1.0 -> 2.2.1 2018-02-24 11:54:45 +01:00
Vasyl Solovei
e3c5cf39bc keepass: bring back and update plugins load patches
Plugins loading was broken as those patches were removed
in latest release. I brought patches back and updated them
onto 2.38 release code base.

This closes #35446.
2018-02-24 12:53:19 +02:00
Johannes Frankenau
a3f856b85d geeqie: 1.3 -> 1.4 2018-02-24 11:51:21 +01:00
Aristid Breitkreuz
e7fb957838 insync: 1.3.17.36167 -> 1.3.22.36179 2018-02-24 11:24:03 +01:00
Jörg Thalheim
de87c0348c
Merge pull request #35176 from abbradar/update-vm
vmTools: update distributions
2018-02-24 10:08:17 +00:00
Peter Simons
4dc6203bdf
Merge pull request #35434 from deepfire/ghc-8.4
ghc84:  deriving-compat and hnix
2018-02-24 11:00:34 +01:00
Jörg Thalheim
cece81ff58
Merge pull request #35397 from volth/scala-bump
scala: {2.9.3, 2.10.6, 2.11.11, 2.12.4} -> {2.10.7, 2.11.12, 2.12.4}
2018-02-24 09:46:10 +00:00
Vladyslav M
045046389a exiftool: 10.60 -> 10.80 2018-02-24 11:30:24 +02:00
Jörg Thalheim
cd550944a2
Merge pull request #35431 from xeji/bwm-ng
bwm-ng: fix build error with gcc7
2018-02-24 08:59:45 +00:00
Jörg Thalheim
221510cf0f
Merge pull request #35435 from Mic92/go-build
buildGoPackage: disable cache creation
2018-02-24 08:15:11 +00:00
Robert Helgesson
cf10ed5c7b
perl-Encode: 2.96 -> 2.97 2018-02-24 08:55:18 +01:00
lewo
6eda5ea726
Merge pull request #35437 from ericsagnes/pkg-update/pamix
pamix: 1.5 -> 1.6
2018-02-24 08:51:07 +01:00
Frederik Rietdijk
3002880b66
Merge pull request #35345 from dtzWill/update/grip-4.4.0
grip: 4.3.2 -> 4.4.0, patch to handle front matter
2018-02-24 07:49:30 +00:00
John Ericson
30f171d3e2
Merge pull request #35441 from obsidiansystems/android-clean
android sdk, libibert, libbfd: Clean ups
2018-02-24 02:29:24 -05:00
adisbladis
333d0f8859
Merge pull request #35449 from aaronschif/fix/homesick-update
homesick: 1.1.3 -> 1.1.6
2018-02-24 15:19:35 +08:00
Elis Hirwing
36725805be
testssl: 2.9.5-1 -> 2.9.5-2 2018-02-24 07:45:03 +01:00
Aaron Schif
da44efd014 homesick: 1.1.3 -> 1.1.6 2018-02-24 00:43:52 -06:00
John Ericson
7748972763 androidenv: Better platform conditionals 2018-02-24 01:43:10 -05:00
John Ericson
fe5ae8b550 androidenv: Clean up whitespace 2018-02-24 01:43:10 -05:00
John Ericson
1c00a8afd7 libiberty, libbfd: Make hash less fickle
These shouldn't respond to targetPlatform, but previously did. The
reason is somewhat complex: they would rely on the sources of gcc and
binutils, respectively, which *do* depend on the target platform.
Obviously the source is the same in all cases, but when those packages
are no longer preserved from bootstrapping stages their `src` attributes
use a different fetchurl resulting in a changed hash.
2018-02-24 01:43:09 -05:00
Jan Tojnar
c8b1b34123
Merge pull request #33459 from hamishmack/glib-networking-macos
glib-networking: Fix glib-networking for macOS
2018-02-24 06:29:05 +01:00
Eric Sagnes
84c1de3d48 pamix: 1.5 -> 1.6 2018-02-24 11:22:13 +09:00
Jörg Thalheim
aafd5a63ea buildGoPackage: disable go 1.10 cache
This disables annoying error messages that the go cache in /homeless-shelter cannot be created.
2018-02-24 01:57:16 +00:00
Kosyrev Serge
a5078286e6
ghc84: deriving-compat and hnix 2018-02-24 04:51:36 +03:00
Jörg Thalheim
e9fdcc9662
Merge pull request #35425 from xeji/kubernetes-go-version
kubernetes: patch broken go version check
2018-02-24 01:38:57 +00:00
Jörg Thalheim
465d8b0fa9 kubernetes: use fetchpatch instead 2018-02-24 01:18:46 +00:00
Tuomas Tynkkynen
cb6172c3b1 fio: 3.4 -> 3.5 2018-02-24 02:59:25 +02:00
xeji
2ad6f04da7 bwm-ng: fix build error with gcc7
patch some gcc7 issues with inline functions
2018-02-24 00:56:02 +01:00
Jörg Thalheim
7d37688d66
Merge pull request #35422 from ryantm/mattermost-fix
mattermost: add build number
2018-02-23 23:47:19 +00:00
Jörg Thalheim
eb05f92c08
Merge pull request #35401 from makefu/pkgs/cups-zj-58/init
cups-zj-58: init at 2018-02-22
2018-02-23 22:42:52 +00:00
zimbatm
835d8e5c21 direnv: 2.14.0 -> 2.15.0 2018-02-23 22:42:20 +00:00
xeji
b54e5b908d kubernetes: patch broken go version check
fixes #35403
patch from https://github.com/kubernetes/kubernetes/pull/58207
already merged upstream - remove for next version
2018-02-23 22:56:36 +01:00
Ryan Mulligan
ac782ae4e0 mattermost: add build number 2018-02-23 13:26:31 -08:00
Andreas Rammhold
a6664d8192
mupdf: apply patch for CVE-2018-6544 (part 2)
This (hopefully) completes 998b1ef.
2018-02-23 22:25:37 +01:00
Michael Weiss
49b7fc3908 android-studio-preview: 3.1.0.11 -> 3.1.0.12 2018-02-23 21:57:09 +01:00
Vladimír Čunát
296fa609ad
Merge #35404: sage: explicitly use gfortran6 2018-02-23 20:39:51 +01:00
Joachim F
cda0f9fede
Merge pull request #35414 from flokli/CVE-2018-6544
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:14:31 +00:00
Florian Klink
998b1ef13b mupdf: apply patch for CVE-2018-6544 2018-02-23 19:50:54 +01:00
Franz Pletz
844ad2ec03
Merge pull request #35406 from xeji/wireguard
wireguard: 0.0.20180202 -> 0.0.20180218
2018-02-23 18:20:54 +00:00
adisbladis
b492e2a164
dnsmasq: Patch CVE-2017-15107 2018-02-24 01:36:45 +08:00
Will Dietz
fa06cab3fd
Merge pull request #35407 from dtzWill/update/micro-1.4.0
micro: 1.3.4 -> 1.4.0
2018-02-23 11:27:14 -06:00
Will Dietz
749d0e7f3a micro: 1.3.4 -> 1.4.0 2018-02-23 11:14:27 -06:00
volth
54371a78f4 ocamlPackages.curses: works with default ncurses 2018-02-23 18:14:09 +01:00
Peter Simons
2e45e280cb haskell-doctest: the 0.14.1 test suite fails on NixOS 2018-02-23 18:08:09 +01:00
xeji
1c3b6d509d wireguard: 0.0.20180202 -> 0.0.20180218 2018-02-23 17:59:20 +01:00
Peter Simons
51c6ca0643 hackage: update database snapshot to latest version 2018-02-23 17:59:06 +01:00
Peter Simons
fa6272678d haskell-stringbuilder: drop obsolete override for GHC 8.4.x 2018-02-23 17:58:18 +01:00
Peter Simons
81a9442fd0 haskell-language-c: drop unused version 0.7.0 2018-02-23 17:58:18 +01:00
Peter Simons
b5454a1380 haskell-doctest: update ghc 8.4.x version to 0.14.1 2018-02-23 17:58:18 +01:00
Michael Alan Dorman
f7ab190096 language-c: remove now-unnecessary overrides 2018-02-23 17:58:18 +01:00
Peter Simons
d035fc1e76 haskell-parsec: fix build with GHC 7.10.x 2018-02-23 17:58:17 +01:00
Peter Simons
d87fcc7d43 haskell-reflect: fix build with GHC 7.10.x 2018-02-23 17:58:17 +01:00
Peter Simons
a6b30cb43d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8.2-6-g7dfce29 from Hackage revision
d165ed5500.
2018-02-23 17:57:58 +01:00
Peter Simons
d544c454bd LTS Haskell 10.6 2018-02-23 17:57:57 +01:00
Jörg Thalheim
1fbf33b78e zj-58: nitpicks 2018-02-23 16:38:26 +00:00
Jan Tojnar
3b512ca185
Merge pull request #35065 from jtojnar/fwupd-1.0.5
fwupd: 1.0.5 update & cleanups
2018-02-23 17:22:47 +01:00
Timo Kaufmann
89162cdd29 sage: explicitly use gfortran6
The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke
the build.
2018-02-23 17:00:21 +01:00