Commit graph

130529 commits

Author SHA1 Message Date
Peter Hoeg 2428f5dda1 scummvm: fix compilation 2018-08-01 22:32:51 +08:00
Maximilian Bosch 134c5cc8db termite: factor wrapper out into its own file (#43691)
Until now it's impossible to override the attrs of the actual build
instruction for the `termite` package like this:

```
termite.overrideAttrs (_: {
  # ...
})
```

This issue occurs since the `termite/default.nix` expressions returns
the `symlinkJoin` expression when I override termite (e.g. to provide a
config file).

I recently patched termite and wanted to apply this patch to my local
termite installation in my system config which is impossible this, so
splitting the wrapper and the build instruction into their own files
makes this way easier to maintian.
2018-08-01 16:09:55 +02:00
leenaars 2b75a7266c ipgrep: init at 1.0 (#43887) 2018-08-01 15:40:57 +02:00
Yarny0 bdf6f8528e plasma-nm: fix path to mobile broadband provider file (#44302)
When creating a new mobile broadband connection
with the plasma network manager connection editor,
it tries to find a file containing provider
information somewhere in /usr/share/... .
The build recipe contains a patch to fix the lookup path
such that it finds the file in the corresponding package,
probably added due to
https://github.com/NixOS/nixpkgs/issues/9389 .
The actual lookup path is injected into
the patch file with substituteAll.

With commit a31d98f312 ,
the variable name used in subsituteAll changed from
mobile_broadband_provider_info to mobile-broadband-provider-info
(underscores in package names turned into dashes).
Apparently, substituteAll can't handle dashes in variable names.
Consequently, the variable name was no longer resolved.
plasma-nm failed to create new mobile broadband connections;
the connection creator silently exited and logged the error
> plasma-nm: Error opening providers file "@mobile-broadband-provider-info@/share/mobile-broadband-provider-info/serviceproviders.xml"

This commit keeps the dashes in package names, but it
restores the underscores in the variable used by substituteAll,
thereby ensuring the variable gets resolved properly.
2018-08-01 15:23:28 +02:00
Matthew Harm Bekkema 4f505d7267 ffmpeg: 3.4.3 -> 3.4.4 (bugfix) (#44267)
Fixes #44256
2018-08-01 15:22:20 +02:00
Chloe Kever 1bb4fd794c jenkins: 2.107.3 -> 2.121.2 (#43936) 2018-08-01 15:20:21 +02:00
Mario Rodas 1b6190e005 1password: 0.4.1 -> 0.5.1 (#43981) 2018-08-01 15:19:07 +02:00
Mario Rodas 4cc3a18fcd brakeman: init at 4.3.1 (#44294) 2018-08-01 15:15:29 +02:00
Mario Rodas dc4abdfd86 ia-writer-duospace: init at 20180721 (#43937) 2018-08-01 15:13:50 +02:00
Daniël de Kok 186cf1c4d6 cargo-asm: init at 0.1.16 (#44182) 2018-08-01 15:03:03 +02:00
markuskowa 34f6b0cc0e halide: init at 2018_02_15 (#44207) 2018-08-01 14:57:51 +02:00
Jan Tojnar be066d0b27
Merge pull request #44278 from jtojnar/gnome-update
Gnome update
2018-08-01 14:38:45 +02:00
Jörg Thalheim 3ea0322f63
Merge pull request #44197 from etu/php-kill-56-and-70
php: drop 5.6 and 7.0
2018-08-01 12:49:56 +01:00
Jörg Thalheim d9cea0e6f1
Merge pull request #44155 from Assassinkin/slackclient
pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor
2018-08-01 12:46:57 +01:00
Assassinkin f3b60eb0a4 pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor 2018-08-01 12:05:32 +01:00
Jörg Thalheim ff75efc953
Merge pull request #44289 from vbgl/ocaml-core_kernel-0.11.1
ocamlPackages.core_kernel: 0.11.0 -> 0.11.1
2018-08-01 11:54:07 +01:00
xeji 299db53476
Merge pull request #43637 from qolii/hardkernel_update_and_defconfig
linux-hardkernel: 4.14.47-139 -> 4.14.55-146. Additionally, use vendo…
2018-08-01 12:18:27 +02:00
Assassinkin 6ee997a5ff pythonPackages.sumo:init at 1.0.9 2018-08-01 10:58:23 +01:00
Assassinkin 791d50fd3f pythonPackages.pymatgen:init at 2018.6.27 2018-08-01 10:58:23 +01:00
Assassinkin 1e1cf4f18c pythonPackages.phonopy:init at 1.13.2.13 2018-08-01 10:57:14 +01:00
Assassinkin 7487510d04 pythonPackages.palettable:init at 3.1.1 2018-08-01 10:57:14 +01:00
xeji c7c3c1663f
Merge pull request #44298 from Izorkin/fix-build
Fix build packages edk2 and bazaar
2018-08-01 11:53:47 +02:00
Jörg Thalheim 12c71a8cbc
Merge pull request #44261 from dotlambda/python-jose-3.0.0
python.pkgs.python-jose: 2.0.2 -> 3.0.0
2018-08-01 10:51:39 +01:00
Jens Binkert 90ce71eb0c ldmtool: init at 0.2.4 (#43975) 2018-08-01 11:40:07 +02:00
Patrick Hilhorst e616563433 atom, atom-beta: 1.28.2 -> 1.29.0, refactored build script (#44297)
atom-beta: 1.29.0-beta1 -> 1.30.0-beta1

The beta version jump seems like an irregular update, but 1.30.0-beta0
was retired rougly 3 hours after release due to an macOS error:

> Fixed an error about a missing string_decoder module when the Git pane
> is displayed on macOS.

This shouldn't affect the Linux x86_64 version, but latest versions are
always nice.

Also refactored the build script, it now takes the version number as
an extra (optional) argument and creates the version number from that.

Also removed `rec` from the main set because it was no longer needed.
2018-08-01 11:30:10 +02:00
Izorkin d1d4ec90ae bazaar: fix buid 2018-08-01 11:46:25 +03:00
Uli Baum 26210f556a memo: don't use ag alias
using the alias `ag` for `silver-searcher` broke the nixpkgs tarball
with an error in eval-release.nix, see discussion in #44273.
2018-08-01 10:44:04 +02:00
xeji d7c34debe2
Merge pull request #44283 from kalbasit/nixpkgs-fix-44282
cups-filters: fix the build with poppler-0.67.0
2018-08-01 10:25:53 +02:00
Izorkin c83eff9022 edk2: fix buid 2018-08-01 11:15:17 +03:00
Jörg Thalheim 02ba14dbd2
Merge pull request #44249 from lukeadams/scrcpy
scrcpy: init at v1.2
2018-08-01 09:14:27 +01:00
Jörg Thalheim 7ceaaa6d3a
Merge pull request #44214 from roconnor/bitcoin
Update Bitcoin and its MiniUPnPc dependency
2018-08-01 09:09:45 +01:00
Jörg Thalheim 980b68dd14
Merge pull request #44279 from bachp/gluster-3.12.12
glusterfs: 3.12.4 -> 3.12.12
2018-08-01 08:59:28 +01:00
leenaars 184a30bdc2 inriafonts: init at 1.200 (#44280) 2018-08-01 09:57:32 +02:00
Wael M. Nasreddine 347ff3238a
cups-filters: fix the build with poppler-0.67.0
Apply the patch from https://github.com/OpenPrinting/cups-filters/pull/51

closes #44282
2018-08-01 00:47:56 -07:00
Mario Rodas 29c10b8f7f sarasa-gothic: 0.5.2 -> 0.6.0 (#44286) 2018-08-01 09:40:24 +02:00
Jamey Sharp e6bcb54539 gnome-builder: add a long description
Including a comment about the need for additional runtime dependencies.
2018-07-31 22:46:47 -07:00
Jamey Sharp 499ca65930 gnome-builder: document why tests and clang are disabled 2018-07-31 21:51:11 -07:00
Jamey Sharp 4ab66373f0 gnome-builder: remove no-longer-used patches
Whoops!
2018-07-31 21:50:52 -07:00
Luke Adams 06b429062f scrcpy: init at v1.2 2018-07-31 21:56:11 -05:00
Matthew Bauer 65c43b4468
python.futures: disable tests on darwin
https://hydra.nixos.org/build/78788633
2018-07-31 22:11:32 -04:00
Matthew Bauer f3fc04bfd2
llvm6: disable tests on cross compiler
This seems to be broken currently.

https://hydra.nixos.org/build/77597880/nixlog/1

/cc @ericson2314 @dtzWill
2018-07-31 21:46:07 -04:00
Matthew Bauer c7d77c90c6
llvm5: disable tests on cross compilers
This appears to be broken currently.

https://hydra.nixos.org/build/77597880

/cc @Ericson2314
2018-07-31 21:44:58 -04:00
Jamey Sharp e0180052a7 gnome-builder: split devdoc to a separate output 2018-07-31 17:04:03 -07:00
Jamey Sharp 63445d0120 gnome-builder: use fetchpatch for upstream patches
These patches were merged to master so we can fetch them from the GNOME
GitLab instance now.
2018-07-31 17:03:08 -07:00
Jörg Thalheim 3183e9e32a
Merge pull request #44220 from vbgl/ocaml-uunf-11.0.0
ocamlPackages.{uunf,uucp,uuseg}: 10.0 -> 11.0.0
2018-08-01 00:29:40 +01:00
Jörg Thalheim 8afb618e3e
Merge pull request #44243 from d3rped/mpv_iccSupport
mpv: add lcms2 support
2018-08-01 00:27:57 +01:00
Matthew Bauer a89857b812
Merge pull request #44133 from nicknovitski/patch-3
yarn: add yarnpkg bin alias output
2018-07-31 19:18:51 -04:00
Nick Novitski 7fd0d020a5 yarn: add yarnpkg bin alias output
Because the hadoop project also provides a binary `yarn`, the yarn project [added this alias to help people with both hadoop and yarn installed](https://github.com/yarnpkg/yarn/issues/673#issuecomment-254004512).  Some scripts in the wild use this alias for the same reason.
2018-07-31 15:57:37 -07:00
Pascal Bach 3c7d0da26c glusterfs: 3.12.4 -> 3.12.12 2018-08-01 00:39:06 +02:00
Pascal Bach 115c963300 minio: 2018-05-11T00-29-24Z -> 2018-07-31T02-11-47Z 2018-08-01 00:36:44 +02:00
Pascal Bach b92d6d545c minio-client: 2018-04-28T00-08-20Z -> 2018-07-31T02-28-53Z 2018-08-01 00:36:44 +02:00
Roger Qiu 0f70e78d37 pythonPackages.fastpair: init at 2016-07-05 (#43722) 2018-08-01 00:05:21 +02:00
Daniël de Kok e8d6ceaf39 liblinear: init at 2.20 (#44178)
Since building liblinear is very similar to libsvm, this expression
is largely based on libsvm.
2018-07-31 23:52:04 +02:00
Théo Zimmermann fd03ba85cc mustache-go: init at 1.0.1 (#44175) 2018-07-31 23:48:54 +02:00
Edmund Wu bb0cb24de2 capitaine-cursors: init at r2.1 (#44208) 2018-07-31 23:47:31 +02:00
R. RyanTM 39566d31d5 argyllcms: 2.0.0 -> 2.0.1 (#43790)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/argyllcms/versions.
2018-07-31 23:33:59 +02:00
Vincent Laporte f594caa052 ocamlPackages.lambdaTerm: 1.12.0 -> 1.13 (#44271) 2018-07-31 23:30:16 +02:00
Vincent Laporte 63b584395f camlp4: init at 4.07+1 (#44272) 2018-07-31 23:22:15 +02:00
Ingolf Wagner 696b426963 memo: 0.4 -> 0.5 (#44273) 2018-07-31 23:20:42 +02:00
Jan Tojnar 87c9551fcd
libdazzle: 3.28.3 → 3.28.5 2018-07-31 23:05:49 +02:00
Jan Tojnar f91dd5a610
gnome3.totem: 3.28.1 → 3.28.2 2018-07-31 23:05:08 +02:00
Jan Tojnar c1c9119699
gnome3.mutter: 3.28.2 → 3.28.3 2018-07-31 23:03:40 +02:00
Jan Tojnar a0cecbf159
gnome3.grilo: 0.3.4 → 0.3.6 2018-07-31 23:03:23 +02:00
Jan Tojnar 11845d65cb
gnome3.grilo-plugins: 0.3.5 → 0.3.7 2018-07-31 23:03:09 +02:00
Jan Tojnar d15f2f0e0a
gnome3.gnome-shell: 3.28.2 → 3.28.3 2018-07-31 23:01:40 +02:00
Jan Tojnar c4f1123342
gnome3.gnome-bluetooth: 3.28.0 → 3.28.1 2018-07-31 23:01:24 +02:00
Jan Tojnar ca565a3015
evolution-data-server: 3.28.3 → 3.28.5 2018-07-31 23:01:02 +02:00
Jan Tojnar 5644addb3c
gnome3.eog: 3.28.2 → 3.28.3 2018-07-31 23:00:44 +02:00
Jan Tojnar 82482073d7
gnome3.polari: 3.28.0 → 3.28.1 2018-07-31 23:00:29 +02:00
Jan Tojnar 30e535a93f
gnome3.file-roller: 3.28.0 → 3.28.1 2018-07-31 23:00:17 +02:00
Jan Tojnar c5d8e70a42
gnome3.evolution: 3.28.3 → 3.28.5 2018-07-31 22:58:52 +02:00
Vincent Laporte 18408650fb
ocamlPackages.core_kernel: 0.11.0 -> 0.11.1 2018-07-31 20:15:26 +00:00
Michael Weiss d1ae60cbad pythonPackages.mysql-connector: 8.0.11 -> 8.0.12 2018-07-31 21:45:28 +02:00
Michael Weiss d817ccbf83 androidStudioPackages.beta: 3.2.0.21 -> 3.2.0.22 2018-07-31 21:29:31 +02:00
Eelco Dolstra 7bc2778ebb
nixUnstable: 2.1pre6148_a4aac7f -> 2.1pre6338_45bcf541 2018-07-31 21:17:10 +02:00
Jan Tojnar 333a6646a8
audio-recorder: 1.9.7 → 2.1.3 2018-07-31 19:16:05 +02:00
xeji 315a47d249
Merge pull request #43927 from volth/xfce4-battery-plugin-1.1.0
xfce4-13.xfce4-battery-plugin: init at 1.1.0
2018-07-31 18:08:44 +02:00
Michael Fellinger 0f3eaa0bd5 crystal: 0.25.0 -> 0.25.1; mint 0.1.0 -> 0.2.0 (#44237) 2018-07-31 16:54:37 +02:00
Jörg Thalheim 9cff865230
Merge pull request #44122 from bgamari/kicad-0.5
kicad: 4.0.7 -> 5.0.0
2018-07-31 15:12:27 +01:00
Jörg Thalheim 71b579f9d4 kicad: remove scripting flag for simplicity 2018-07-31 14:44:49 +01:00
Jörg Thalheim 611f0ed188 kicad: properly wrap wxPython 2018-07-31 14:37:59 +01:00
Robert Schütz a6d3577d3d python.pkgs.python-jose: 2.0.2 -> 3.0.0 2018-07-31 14:59:22 +02:00
Vincent Laporte d4bf592bbd
ocamlPackages.uunf: mark as broken on AArch64 2018-07-31 12:51:36 +00:00
Robert Schütz e858b285c8
Merge pull request #44239 from borisbabic/feature/init-pre-commit
gitAndTools.pre-commit: init at 1.10.4
2018-07-31 14:35:33 +02:00
Boris Babic 585b0acbc9 gitAndTools.pre-commit: init at 1.10.4 2018-07-31 14:32:27 +02:00
Robert Schütz 2ea26fb794
bittornado: init at unstable-2018-02-09 (#43770) 2018-07-31 14:23:15 +02:00
Boris Babic 339f78957e pythonPackages.aspy-yaml: init at 1.1.1 2018-07-31 13:58:01 +02:00
Boris Babic eed74d16a1 pythonPackages.cfgv: init at 1.1.0 2018-07-31 13:58:01 +02:00
Boris Babic a1f03c09af pythonPackages.nodeenv: init at 1.3.2 2018-07-31 13:58:01 +02:00
Boris Babic 632d3b5d7d pythonPackages.identify: init at 1.1.4 2018-07-31 13:57:59 +02:00
Jan Tojnar a81f73da7d
Merge pull request #44016 from ebzzry/master
stumpish: init at 0.0.1
2018-07-31 13:57:40 +02:00
Jörg Thalheim 94cbb8e3cd
Merge pull request #44251 from kalbasit/add-browsh
browsh: init at 1.4.10
2018-07-31 11:11:37 +01:00
Jörg Thalheim 135c085924 browsh: remove wildcard argument 2018-07-31 11:02:04 +01:00
Hoàng Minh Thắng 30f4073ae5 clojure: 1.9.0.381 -> 1.9.0.391 (#44240) 2018-07-31 11:54:39 +02:00
Kamil Chmielewski ffae2f8654 ponyc: 0.24.2 -> 0.24.4 (#44258) 2018-07-31 11:53:37 +02:00
Daniël de Kok 8b33abd525 makemkv: 1.12.2 -> 1.12.3 (#44252)
Changelog: http://www.makemkv.com/download/history.html
2018-07-31 11:52:57 +02:00
xeji d68430d4e9
Merge pull request #43915 from r-ryantm/auto-update/poppler-utils
poppler_utils: 0.66.0 -> 0.67.0
2018-07-31 11:48:53 +02:00
Jan Tojnar 8fe7dd59a3
gnome-latex: 3.28.1 → 3.30.1 2018-07-31 11:37:56 +02:00
Jan Tojnar d152d6d0d2
tepl: 4.1.1 → 4.2.0 2018-07-31 11:36:42 +02:00
Jan Tojnar e0d8c80f01
gnome3.devhelp: 3.28.1 → 3.30.0 2018-07-31 11:34:52 +02:00
Jan Tojnar c7c4e6c9fa
amtk: 4.99.1 → 5.0.0 2018-07-31 11:34:52 +02:00
Jan Tojnar 504c40f2b7
pulseeffects: 4.1.7 → 4.2.3 2018-07-31 11:34:52 +02:00
Rommel MARTINEZ a2fafda55a stumpish: init at 0.0.1 2018-07-31 16:56:24 +08:00
Vladimír Čunát fd81a2ecb6
Revert "Merge #44221: default for NIX_CXXSTDLIB_COMPILE"
This reverts commit 034c9816d5, reversing
changes made to 5afe87ed7a.
Huge rebuild, moving to staging.
2018-07-31 09:43:52 +02:00
Robert Schütz 55b41a7e33 ghostwriter: 1.7.0 -> 1.7.2 2018-07-31 08:45:17 +02:00
Sarah Brofeldt cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Wael M. Nasreddine 446b72ef3b
browsh: init at 1.4.10
closes #43283
2018-07-30 23:19:38 -07:00
aszlig c8b973d318
eresi: init at 0.83-a3-phoenix
While I'm not sure whether it's suitable for my tasks it might be useful
for others doing reverse engineering, so I decided to package it.

The software seems to have stalled development since a while but became
active again recently, so hopefully some of the issues with packaging
will be fixed and they might want to move away from their handwritten
configure script.

I've tested the package on both i686-linux and x86_64-linux, however the
automated test suite seems to be broken upstream at the moment so I
didn't set doCheck to true, but once this is fixed, we can enable them
in a future update.

Signed-off-by: aszlig <aszlig@nix.build>
2018-07-31 08:17:39 +02:00
Jamey Sharp 3a64f5790e gnome-builder: ensure gtkdoc can find docbook DTDs 2018-07-30 23:05:11 -07:00
Jamey Sharp e32a5dafaf gnome-builder: include developer docs in $out 2018-07-30 21:43:12 -07:00
Ding Xiang Fei 40c2bf6e42 Merge branch 'master' into cross-compiling-postgresql 2018-07-31 11:24:11 +08:00
Ding Xiang Fei 003055a670 pass NIX_CFLAGS_COMPILE through mkDerivation instead 2018-07-31 11:23:17 +08:00
Jamey Sharp 6ae9723cfb gnome-builder: enable docs, fix typos.
I also tried turning on the tests, but they don't work and I don't
understand why not.
2018-07-30 17:34:30 -07:00
R. RyanTM 7ae2ba173f talloc: 2.1.13 -> 2.1.14 (#43453)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/talloc/versions.
2018-07-31 02:04:19 +02:00
Bjørn Forsman 09fcfb6168
Merge pull request #36621 from jfrankenau/init-rapid-photo-downloader
rapid-photo-downloader: init at 0.9.9
2018-07-31 01:59:50 +02:00
R. RyanTM c227febef6 mopidy-gmusic: 2.0.0 -> 3.0.0 (#43928)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mopidy-gmusic/versions.
2018-07-31 01:07:05 +02:00
R. RyanTM a55bbee997 rdkafka: 0.11.4 -> 0.11.5 (#43932)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdkafka/versions.
2018-07-31 00:53:28 +02:00
R. RyanTM 38c8be3726 gp2c: 0.0.10pl1 -> 0.0.11 (#43941)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions.
2018-07-31 00:30:21 +02:00
xeji 09393501f0
Merge pull request #43929 from r-ryantm/auto-update/mercurial-full
mercurialFull: 4.5.2 -> 4.6.2
2018-07-31 00:22:17 +02:00
Jamey Sharp 7bd3ca49bc gnome-builder: address review from @jtojnar/#44217 2018-07-30 15:20:45 -07:00
Robert Schütz 8dc732342e
Merge pull request #44247 from dotlambda/seafile-client-6.2.3
seafile-client: 6.2.2 -> 6.2.3
2018-07-31 00:15:43 +02:00
Wael Nasreddine 138d3be11a pythonPackages.reportlab: remove test files that require network for the tests to pass (#44244)
closes #44204
2018-07-31 00:14:41 +02:00
Matthew Bauer 034c9816d5
Merge pull request #44221 from eddyb/cxxstdlib-var
Use the default for NIX_CXXSTDLIB_COMPILE even if defined (but empty).
2018-07-30 18:12:55 -04:00
Robert Schütz ad5638227d seafile-client: 6.2.2 -> 6.2.3 2018-07-30 23:50:23 +02:00
Robert Schütz 78b089016e seafile-shared: 6.2.2 -> 6.2.3 2018-07-30 23:49:22 +02:00
Uli Baum 77b501b902 tortoisehg: 4.5.2 -> 4.6.1 2018-07-30 23:24:55 +02:00
Uli Baum 906d376ef7 poppler_utils: remove obsolete darwin patch 2018-07-30 23:12:57 +02:00
xeji 7474362af2
Merge pull request #42940 from r-ryantm/auto-update/xapian
xapian: 1.4.5 -> 1.4.7
2018-07-30 23:07:51 +02:00
Silvan Mosberger 49bc1adb26
firefox: Add enableBukubrow config option 2018-07-30 23:02:32 +02:00
Silvan Mosberger 2ee3d84a96
bukubrow: init at 2.4.0 2018-07-30 23:02:19 +02:00
Ihor Antonov 742627f271 pythonPackages.fluent-logger: init at 0.9.3 (#44236) 2018-07-30 22:46:03 +02:00
R. RyanTM d7c3926352 bcftools: 1.8 -> 1.9 (#43950)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcftools/versions.
2018-07-30 22:36:27 +02:00
R. RyanTM aedf479ae5 proselint: 0.8.0 -> 0.9.0 (#43917)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/proselint/versions.
2018-07-30 22:32:30 +02:00
Uli Baum 6ea7b48c2b xapian: add patch to fix notmuch tagging
Patch is from xapian master and can be removed on next update.
2018-07-30 22:10:37 +02:00
Jamey Sharp 126f205752 gnome-builder: init at 3.28.4 2018-07-30 12:09:03 -07:00
d3rped 4afacff73d Added optional lcms2 support to mpv. 2018-07-30 21:01:48 +02:00
R. RyanTM 03e47c388a ptex: 2.1.33 -> 2.3.0 (#43739)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ptex/versions.
2018-07-30 20:45:56 +02:00
Daiderd Jordan aeab0ec63b jq: fix tests on darwin
The tests depend on libjq which isn't installed in the correct location
yet when the checkPhase runs.
2018-07-30 20:45:14 +02:00
R. RyanTM ca4ed1c3d2 mate.mate-control-center: 1.20.3 -> 1.21.0 (#43748)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-control-center/versions.
2018-07-30 20:44:10 +02:00
Tim Steinbach 85d23b0b55
sbt: 1.1.6 -> 1.2.0 2018-07-30 14:38:54 -04:00
Uli Baum 77eab67b76 xapian: 1.4.6 -> 1.4.7 2018-07-30 20:36:56 +02:00
Elis Hirwing 7c585235ff php71: 7.1.19 -> 7.1.20 (#44211)
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.20
2018-07-30 20:16:26 +02:00
Vladimír Čunát 437b604354
Merge #44225: chromium: Increase build timout to two days 2018-07-30 19:53:25 +02:00
Peter Simons 5c4b203032 hledger-lib: patch code to work around a regression in version 0.10
https://github.com/simonmichael/hledger/issues/852
2018-07-30 19:46:25 +02:00
catern de311d9ab3 pythonPackages.contextvars: 2.2 -> 2.3 (#44234) 2018-07-30 19:16:37 +02:00
Robert Schütz 03b77a3910 python.pkgs.libusb1: fix tests 2018-07-30 18:56:10 +02:00
Okina Matara 21e5d59f9c dolphinEmuMaster: 2018-07-02 -> 2018-07-22 2018-07-30 09:42:53 -07:00
Robert Schütz 25fd46d102 home-assistant: 0.74.0 -> 0.74.2 2018-07-30 18:14:10 +02:00
Andreas Rammhold 80b5f5227e
jsonrpc-glib: init at 3.28.1 2018-07-30 16:23:15 +02:00
Andreas Rammhold b2c565eee5
template-glib: init at 3.28.0 2018-07-30 16:23:10 +02:00
Jörg Thalheim 67e2de195a
Merge pull request #44229 from dtzWill/fix/rr-32bit
rr: enable on 32bit x86
2018-07-30 14:20:22 +01:00
Jörg Thalheim 8e74fd3d3a
Merge pull request #44231 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.4
dbeaver: 5.1.3 -> 5.1.4
2018-07-30 14:19:47 +01:00
Jörg Thalheim b4d668859a
Merge pull request #44205 from manveru/golangci-lint
golangci-lint: init at 1.9.2
2018-07-30 13:45:44 +01:00
Samuel Dionne-Riel 81511557c8 dbeaver: 5.1.3 -> 5.1.4 2018-07-30 08:38:05 -04:00
Frederik Rietdijk 0349f796f2
Merge pull request #44219 from andreabedini/aws-sam-cli-0-5-0
aws-sam-cli: 0.4.0 -> 0.5.0
2018-07-30 14:28:08 +02:00
Will Dietz 541d30a3a9 rr: enable on 32bit x86
Lack of 32bit support led to the creation
of an overlay to add it back again,
but since it at least builds and seems to work
don't see why we'd disallow it here :).
2018-07-30 07:27:25 -05:00
Jörg Thalheim 1e54a4e5e9
Merge pull request #44227 from dywedir/rdedup
rdedup: 2.0.0 -> 3.0.1
2018-07-30 12:45:43 +01:00
Robert Schütz f5811cadc5 python.pkgs.pytest-flake8: 1.0.1 -> 1.0.2 (#44215) 2018-07-30 13:05:55 +02:00
Vladyslav Mykhailichenko dba10d2d49 rdedup: 2.0.0 -> 3.0.1 2018-07-30 13:50:51 +03:00
Jörg Thalheim 86d7d96da2
Merge pull request #44030 from ajs124/exim_mysql_dovecot
exim: add optional support for MySQL and the Dovecot authenticator
2018-07-30 11:48:28 +01:00
ua74e3dqka 8f12a9a283 yed: 3.17.2 -> 3.18.1 (#44088) 2018-07-30 11:43:24 +01:00
markuskowa b59a13e9b4 beegfs: 6.18 -> 7.0 (#44210) 2018-07-30 12:42:59 +02:00
Jörg Thalheim 9cfc9de70f
Merge pull request #44161 from Izorkin/nginx-modules
Nginx modules
2018-07-30 11:39:10 +01:00
Sarah Brofeldt 7679891e2b chromium: Increase build timout to two days 2018-07-30 12:29:58 +02:00
Jörg Thalheim 9250c264d8
Merge pull request #44112 from ajs124/nextcloud_13_0_5
nextcloud: 13.04 -> 13.05
2018-07-30 10:27:30 +01:00
Jörg Thalheim a42311a9f6
Merge pull request #44209 from samueldr/feature/nix-top
nix-top: init at 0.1.0 -> 0.2.0
2018-07-30 10:05:29 +01:00
Jörg Thalheim 8717de96a9 nix-top: simplify installPhase 2018-07-30 10:04:15 +01:00
lewo d123f5d00f
Merge pull request #44222 from nlewo/pr-skopeo
skopeo: 0.1.30 -> 0.1.31
2018-07-30 10:57:38 +02:00
Eelco Dolstra 14b5d5e93e
Revert "release/metrics: drop requiredSystemFeatures"
This reverts commit 1d0caa7b03. Thanks
to @vcunat we have a 'benchmark' machine again!
2018-07-30 10:46:20 +02:00
Jörg Thalheim c5d1f7723b
Merge pull request #43985 from snaar/fix-lesspipe-dependency
lesspipe: add missing dependency on 'file'
2018-07-30 09:46:06 +01:00
Michael Fellinger 06eb270c8f golangci-lint: init at 1.9.2 2018-07-30 10:23:57 +02:00
Antoine Eiche 34a10d65a1 skopeo: 0.1.30 -> 0.1.31 2018-07-30 10:11:42 +02:00
Eduard-Mihai Burtescu 35e0ca9b24
Use the default for NIX_CXXSTDLIB_COMPILE even if defined (but empty). 2018-07-30 10:50:55 +03:00
Ding Xiang Fei bb2dda2b37 Merge branch 'master' into cross-compiling-postgresql 2018-07-30 15:47:44 +08:00
Ding Xiang Fei c0ca3e36d6 be explicit on choice of uuid library 2018-07-30 15:47:10 +08:00
Vincent Laporte 9c37672e5a
ocamlPackages.uuseg: 10.0.0 -> 11.0.0 2018-07-30 07:05:04 +00:00
Vincent Laporte 311d32ffd0
ocamlPackages.uucp: 10.0.1 -> 11.0.0 2018-07-30 06:48:46 +00:00
Vincent Laporte 0364a581f2
ocamlPackages.uunf: 10.0.0 -> 11.0.0 2018-07-30 06:39:05 +00:00
Andrea Bedini 3e1cb3ef61 aws-sam-cli: 0.4.0 -> 0.5.0 2018-07-30 14:23:44 +08:00
Robert Schütz 408bd2b80e
python3.pkgs.cheroot: fix build (#44216)
python3.pkgs.backports_functools_lru_cache is null,
so we cannot require this for python3
2018-07-30 07:50:54 +02:00
Ding Xiang Fei e8682cafd6 always build against tzdata 2018-07-30 11:54:57 +08:00
Ding Xiang Fei 56aa3b488c Merge branch 'master' into cross-compiling-postgresql 2018-07-30 11:47:36 +08:00
Russell O'Connor 75d567e8a5 bitcoin: 0.16.1 -> 0.16.2 2018-07-29 23:02:30 -04:00
Russell O'Connor ae669ad68d miniupnpc_2: 2.0.20171212 -> 2.0.20180203 2018-07-29 22:57:45 -04:00
Samuel Dionne-Riel e1dc63b41b nix-top: 0.1.0 -> 0.2.0 2018-07-29 22:10:49 -04:00
Tim Steinbach bd05e877dc
linux: 4.18-rc6 -> 4.18-rc7 2018-07-29 20:48:51 -04:00
AmineChikhaoui 78a988b974
libsemanage, libselinux: fix meta.outputsToInstall
Same as 57b9719e4c.
+libselinux from vcunat - was probably not breaking but confusing anyway.
Close #44212.
2018-07-30 00:15:05 +02:00
Jörg Thalheim 326f514279
Merge pull request #44118 from jdanekrh/jd_jb2018.2
jetbrains.editors: 2018.1.x -> 2018.2 (upgrade using the script)
2018-07-29 22:42:18 +01:00
Jörg Thalheim cd4fcf85b0
Merge pull request #44195 from jdanekrh/jd_netcore21
dotnet-sdk: 2.0.3 -> 2.1.302
2018-07-29 22:29:51 +01:00
Tim Steinbach 01183f3c89
openjdk: 8u172-b11 -> 8u181-b13 2018-07-29 20:33:57 +00:00
Samuel Dionne-Riel 92eedad50b nix-top: init at 0.1.0 2018-07-29 16:20:22 -04:00
Tim Steinbach 8e0c0165a1
oh-my-zsh: 2018-04-25 -> 2018-07-29 2018-07-29 20:07:43 +00:00
Boris ef9c7f0ac9 postman: 5.5.3 -> 6.1.4 (#44052) 2018-07-29 22:05:04 +02:00
Silvan Mosberger ab19473a21
Merge pull request #44119 from ikervagyok/wine313
wine{Unstable,Staging,-mono,tricks}: update to latest version
2018-07-29 22:01:08 +02:00
Kévin Rauscher 1a3f7e036b Mopidy-Iris: 3.21.3 -> 3.23.0 (#43878) 2018-07-29 21:56:00 +02:00
Alan Pearce 8aecf68616 cups-toshiba-estudio: 7.51 -> 7.89 (#43850) 2018-07-29 21:51:47 +02:00
Robert Schütz 414167b213 home-assistant: 0.73.2 -> 0.74.0 (#43964) 2018-07-29 21:49:46 +02:00
R. RyanTM 62215f25c6 libguestfs: 1.38.2 -> 1.38.3 (#43752)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libguestfs/versions.
2018-07-29 21:43:35 +02:00
Mario Rodas 578189634d exercism: 2.4.1 -> 3.0.6 (#43954) 2018-07-29 21:36:32 +02:00
R. RyanTM 3cb00e8f0f libextractor: 1.6 -> 1.7 (#43756)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libextractor/versions.
2018-07-29 21:31:40 +02:00
Brandon Elam Barker e75a95d59c pyre: 0.0.8 -> 0.0.10 (#44023)
renamed pyre to pyre.bin; see upstream issue at:
https://github.com/facebook/pyre-check/issues/79#issuecomment-407150170
2018-07-29 21:29:29 +02:00
Mario Rodas 233b28285f ibm-plex: 0.5.3 -> 1.0.2 (#43935) 2018-07-29 21:28:44 +02:00
Vincent Laporte 5bc007bbea ocamlPackages.jingoo: 1.2.7 -> 1.2.18 (#44106) 2018-07-29 21:18:09 +02:00
José Romildo Malaquias 09d25d7d65 plano-theme: 3.28-1 -> 3.28-2 (#44128) 2018-07-29 21:15:14 +02:00
Alyssa Ross 4e33431b62 pythonPackages.potr: 1.0.1 -> 1.0.2 (#44096) 2018-07-29 21:12:58 +02:00
xeji 1feb8e97c5
Merge pull request #44193 from vbgl/stog-0.18
stog: 0.17.0 -> 0.18.0
2018-07-29 21:04:15 +02:00
R. RyanTM d0a9f5e77e toot: 0.18.0 -> 0.19.0 (#43898)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/toot/versions.
2018-07-29 21:00:58 +02:00
Pascal Bach 41efb9a6c8 gitlab-runner: 11.0.0 -> 11.1.0 (#44085) 2018-07-29 20:59:11 +02:00
Silvan Mosberger c735294fba
Merge pull request #43814 from bricewge/alacritty-terminfo
alacritty: add terminfo and man
2018-07-29 20:56:25 +02:00
Timo Kaufmann ae821e09e7 glpk: adopt error recovery patch (#44201)
This makes it possible to use "vanilla" glpk for sage and shouldn't
affect anything else.
2018-07-29 20:53:56 +02:00
xeji 2791900608
Merge pull request #40982 from romildo/upd.lxqt
lxqt: 0.12.0 -> 0.13.0
2018-07-29 20:43:38 +02:00
R. RyanTM 96c638b59e elementary-xfce-icon-theme: 0.11 -> 0.12 (#43773)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/elementary-xfce-icon-theme/versions.
2018-07-29 20:29:24 +02:00
R. RyanTM 7d3daa31b9 pspg: 1.1.1 -> 1.2.1 (#43916)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pspg/versions.
2018-07-29 20:28:12 +02:00
Vladimír Čunát 57b9719e4c
checkpolicy: fix bad meta.outputsToInstall
This was silently blocking the channels.  Thanks amine* from IRC.
Maybe inheriting whole meta should be avoided and particular attributes
should be picked instead, as e.g. adding longDescription would have
unexpected consequences as well.
2018-07-29 20:25:27 +02:00
R. RyanTM 09766b55f0 php: 7.2.7 -> 7.2.8 (#43740)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/php/versions.
2018-07-29 20:22:26 +02:00
Elis Hirwing 7e6b76fc6b
php: drop 5.6 and 7.0
Both 5.6 and 7.0 is currently on life support, as in only recieving
security related patches.

This will only continue until:
 - 2018-12-31 for PHP 5.6
 - 2018-12-01 for PHP 7.0

Both these dates are in the middle of the 18.09 lifecycle. So it would
be nice to not have them in the 18.09 stable release. Dropping them
now would also result in less maintanance in updating them.

The death dates can be seen on both these links:
 - https://secure.php.net/supported-versions.php
 - https://en.wikipedia.org/wiki/PHP#Release_history
2018-07-29 20:17:58 +02:00
Silvan Mosberger 9865feb217
Merge pull request #44143 from etu/php-codesniffer-update
phpPackages.phpc(s|bf): 3.3.0 -> 3.3.1
2018-07-29 20:11:04 +02:00
Fernando José Pando 285d770949 httperf: init at 0.9.1
* httperf: init at 0.9.1

- tested on nixos

* httperf: 0.9.1 add ssl support

* httperf: 0.9.1 default-build-phase

* httperf: 0.9.1 fix pname
2018-07-29 09:41:15 -07:00
Jan Tojnar a0bd1a8c5b
Merge pull request #44198 from etu/sequeler-update
sequeler: 0.5.5 -> 0.5.9
2018-07-29 18:20:36 +02:00
Elis Hirwing 1750e105dd
sequeler: 0.5.5 -> 0.5.9
Fix build dependency needed in 0.5.6 and forwards.

Changelogs:
 - https://github.com/Alecaddd/sequeler/releases/tag/v0.5.6
 - https://github.com/Alecaddd/sequeler/releases/tag/v0.5.7
 - https://github.com/Alecaddd/sequeler/releases/tag/v0.5.8
 - https://github.com/Alecaddd/sequeler/releases/tag/v0.5.9
2018-07-29 18:03:09 +02:00
Frederik Rietdijk dfeeac7f7c remove file that was accidentally added 2018-07-29 17:19:23 +02:00
Frederik Rietdijk ab3eeb4c9c
Merge pull request #44194 from etu/php-tidy
php: Add config flag for tidy
2018-07-29 17:18:35 +02:00
Jiri Danek 2da2e626e5 dotnet-sdk: 2.0.3 -> 2.1.302 2018-07-29 17:16:11 +02:00
Jan Tojnar 3390678545
Merge pull request #43681 from worldofpeace/lightdm-1.26.0
lightdm: 1.24.0 -> 1.26.0
2018-07-29 17:12:49 +02:00
Elis Hirwing ff1c76a58c
php: Add config flag for tidy
I think this was missed in ae9932e431
refactoring since this flag was added to master while the refactoring
was being reviewed.
2018-07-29 17:01:47 +02:00
Jiri Danek 35e6e9282c jetbrains.ruby-mine: 2018.1.4 -> 2018.2 2018-07-29 16:46:22 +02:00
Jiri Danek 4172475f5f jetbrains.phpstorm: 2018.1.6 -> 2018.2 2018-07-29 16:45:39 +02:00
Jiri Danek d3a94427f5 jetbrains.datagrip: 2018.1.5 -> 2018.2 2018-07-29 16:44:33 +02:00
Vincent Laporte 26213bc990
stog: 0.17.0 -> 0.18.0 2018-07-29 13:32:10 +00:00
Vincent Laporte bbf96f8652
ocamlPackages.asn1-combinators: remove spurious dependency to Camlp4 2018-07-29 13:32:04 +00:00
Vincent Laporte 562a264be4
ocamlPackages.ptime: 0.8.3 -> 0.8.4 2018-07-29 13:31:58 +00:00
Profpatsch 846d8f8305 jq: split outputs and run tests 2018-07-29 15:30:29 +02:00
Ding Xiang Fei 894705161c use NIX_CFLAGS_COMPILE 2018-07-29 21:21:46 +08:00
Ding Xiang Fei 3a9d8a1ab4 Merge branch 'master' into cross-compiling-postgresql 2018-07-29 20:35:52 +08:00
Izorkin 07e7966d3b nginxModules.upstream-tarantool: init at v2.7 2018-07-29 14:54:55 +03:00
Izorkin a7a7033e45 msgpuck: init at v2.0 2018-07-29 14:54:08 +03:00
Izorkin ca37481d25 nginxModules.push-stream: init at v0.5.4 2018-07-29 14:54:47 +03:00
Izorkin aa68f56c0a nginxModules.vts: init at v0.1.18 2018-07-29 14:54:08 +03:00
Jörg Thalheim a2c6dbe370
Merge pull request #44137 from dtzWill/update/grv-0.2.0
grv: 0.1.2 -> 0.2.0
2018-07-29 12:50:33 +01:00
Jörg Thalheim bee7a67323
Merge pull request #44159 from ajs124/biboumi_8_3
biboumi: 7.2 -> 8.3
2018-07-29 12:49:04 +01:00
Jörg Thalheim 08254f2462
Merge pull request #44188 from Ekleog/redsocks-maintain
redsocks: add self as maintainer
2018-07-29 12:23:48 +01:00
Jörg Thalheim 718b15708b
Merge pull request #44174 from dywedir/yarn
yarn: 1.8.0 -> 1.9.2
2018-07-29 12:23:20 +01:00
Jörg Thalheim bdfba1a954
Merge branch 'master' into update/grv-0.2.0 2018-07-29 12:18:18 +01:00
Jörg Thalheim eceab20f28
Merge pull request #44191 from Mic92/julia-cleanup
julia: remove unsupported versions
2018-07-29 12:16:55 +01:00
Jörg Thalheim 8c705beab7 julia-git: remove 2018-07-29 10:17:19 +01:00
Jörg Thalheim 9bc989b2df julia_04: remove 2018-07-29 10:16:15 +01:00
Jörg Thalheim 4b5a809e6e julia_05: remove 2018-07-29 10:14:51 +01:00
Jörg Thalheim a8c9233529
Merge pull request #44189 from sjau/master
flexget: 2.14.5 -> 2.14.9
2018-07-29 10:03:07 +01:00
Frederik Rietdijk 6dd7ddd5b8 python.pkgs.scikitlearn: disable tests, not package 2018-07-29 10:44:20 +02:00
Vincent Laporte d6a60a7e91
ocamlPackages.labltk: init at 8.06 (#43963)
LablTk is an OCaml interface to the Tcl/Tk GUI framework.

homepage: http://labltk.forge.ocamlcore.org/
2018-07-29 08:35:35 +00:00