Commit graph

130294 commits

Author SHA1 Message Date
Michael Peyton Jones a1762065c3
redshift: install desktop files, and use absolute paths in them to avoid confusing geoclue agent 2018-08-14 15:53:39 +01:00
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
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
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
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