Commit graph

133028 commits

Author SHA1 Message Date
Thomas Tuegel 4590309419
Merge pull request #36868 from bkchr/kde_frameworks_5_44
kde-frameworks: 5.43 -> 5.44
2018-03-20 08:26:32 -05:00
Eelco Dolstra 7e44f19fce
zstd: Fix install name on macOS
It had an install name '/usr/local/lib/libzstd.1.dylib'.
2018-03-20 13:43:02 +01:00
Jan Tojnar 47bbd819c7
haskell-configuration-common: disable some tests depending on tasty-hunit-0.9 2018-03-20 13:34:38 +01:00
Robert Schütz b41c299efc
Merge pull request #37400 from teto/neovim_python
neovim-python: 0.2.3 -> 0.2.4
2018-03-20 10:51:52 +01:00
Matthieu Coudron 366c79e17f pythonPackages.neovim: 0.2.3 -> 0.2.4
required to work with latest deoplete for instance
2018-03-20 18:38:44 +09:00
José Romildo Malaquias 1857c35359 enlightenment: 0.22.1 -> 0.22.2 2018-03-20 09:46:13 +01:00
Jörg Thalheim 35eddf5ef1
Merge pull request #37412 from volth/varnish456
varnish4: init at 4.1.9; varnish6: init at 6.0.0
2018-03-20 07:55:52 +00:00
Jörg Thalheim 0be7fe7bae
Merge pull request #37414 from ryantm/auto-update/deepin-gtk-theme
deepin.deepin-gtk-theme: 17.10.5 -> 17.10.6
2018-03-20 07:49:49 +00:00
Peter Simons d10666c20a
Merge pull request #37408 from ryantm/auto-update/bash-completion
bash-completion: 2.7 -> 2.8
2018-03-20 08:37:46 +01:00
Joel Thompson fe2e4d6fb9 hologram: Enable configuring LDAP authorization
In AdRoll/hologram#62 support was added to hologram to configure
LDAP-based authorization of which roles a user was allowed to get
credentials for. This adds the ability to configure that.

Additionally, AdRoll/hologram/#94 added support to customize the LDAP
group query, so this also feeds that configuration through.

fixes #37393
2018-03-20 07:36:23 +00:00
Joel Thompson d6d140f159 hologram: 2017-01-30 -> 2018-03-19 2018-03-20 07:36:13 +00:00
volth 002b460822 varnish4: init at 4.1.9; varnish6: init at 6.0.0 2018-03-20 07:10:36 +00:00
Jörg Thalheim 31cd8ced03 riemann-c-client: 1.9.1 -> 1.10.2
also fix compilation,
found while reviewing #37412
2018-03-20 07:02:08 +00:00
Jörg Thalheim 7bef35e691
Merge pull request #37358 from brainrape/idrisPackages-update
idrisPackages: add packages
2018-03-20 06:44:42 +00:00
Ryan Mulligan f05d4b8161 deepin.deepin-gtk-theme: 17.10.5 -> 17.10.6
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 17.10.6 with grep in /nix/store/ga3bv13qx17rpki527kh2wzmb8ri5h5w-deepin-gtk-theme-17.10.6
- directory tree listing: https://gist.github.com/8406a3329d9f397b5fe75ab8f0eea6ad
2018-03-19 23:30:59 -07:00
Márton Boros 23ee7c9d8d idrisPackages: add packages 2018-03-20 07:16:21 +01:00
Ryan Mulligan 2ebf72573e bash-completion: 2.7 -> 2.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.8 with grep in /nix/store/svgfjl0v59ff90l6h2gzbsplhbk3aqhp-bash-completion-2.8
- directory tree listing: https://gist.github.com/23a9bb8eddc5667ef5a94d69ea7ab340
2018-03-19 22:12:04 -07:00
Peter Hoeg c79cc60e64 elisa: init at 0.0.20180320 2018-03-20 12:21:20 +08:00
John Ericson 543210751f
Merge pull request #37398 from obsidiansystems/greppable
lib: Make platform predicates greppable
2018-03-19 22:43:58 -04:00
Tim Steinbach 73d101af00
linux-copperhead: 4.15.10.a -> 4.15.11.a 2018-03-19 22:32:47 -04:00
John Ericson 18fa42d8a1
Merge pull request #37399 from obsidiansystems/release-lib-typo
lib: Messed up `or` operator precedence
2018-03-19 22:31:15 -04:00
John Ericson ec2aff0be6 lib: Messed up or operator precedence
Github broke oddly on my previous PR, so I tested and merged by hand.
Otherwise ofborg would have caught this.
2018-03-19 22:25:49 -04:00
John Ericson 88c04a8b6b lib: Make platform predicates greppable 2018-03-19 22:20:48 -04:00
John Ericson 5bb50fb9f6 Merge pull request #37397 from obsidiansystems/nixpkgs 2018-03-19 21:53:48 -04:00
John Ericson b9a720c524 Merge remote-tracking branch 'upstream/master' into fix-cross-jobs 2018-03-19 21:47:56 -04:00
John Ericson 192f4144b2 release-lib: Filter supportedSystems with meta.platforms-style patterns
Instead of intersecting system strings, we filter with the sort of
patterns used in `meta.platforms`.

Indicating this change `forTheseSystems` has been renamed to
`forMatchingSystems`, since the given list is now patterns to match, and
not the systems themselves. [Just as with `meta.platforms`, systems
strings are also supported for backwards compatibility.]

This is more flexible, and makes the `forMatchingSystems` and
packagePlatforms` cases more analogous.
2018-03-19 21:32:28 -04:00
Will Dietz 47d3f10ecd
Merge pull request #37054 from dtzWill/update/aws-sdk-cpp-1.4.15
aws-sdk-cpp: 1.4.10 -> 1.4.15
2018-03-19 20:14:30 -05:00
Will Dietz 48c3e60061 aws-sdk-cpp: 1.4.10 -> 1.4.15 2018-03-19 20:05:53 -05:00
Tuomas Tynkkynen a2d8a9aad7 armTrustedFirmware: Remove targetPlatforms like was done in U-Boot
Should also fix Hydra attempting to build this stuff on x86, like
https://hydra.nixos.org/build/71533289
2018-03-20 02:33:40 +02:00
Jörg Thalheim f71a636d3f
Merge pull request #37385 from coreyoconnor/google-drive-ocamlfuse-update
google-drive-ocamlfuse and gapi-ocaml update
2018-03-20 00:17:43 +00:00
Jörg Thalheim 1f50e84197
Merge pull request #37394 from jlesquembre/kitty
kitty: 0.8.0 -> 0.8.2
2018-03-20 00:17:19 +00:00
John Ericson 3c331bff5b
Merge pull request #37395 from obsidiansystems/lib-meta-platform
lib: Factor in tiny bit of `meta.platform` checking
2018-03-19 20:12:50 -04:00
Michael Weiss e8fe2e1548 tdesktopPackages.preview: init at 1.2.12
Start tracking the pre-releases. I'll have to refactor/improve the
patching soon.
2018-03-20 00:42:33 +01:00
Jörg Thalheim d31f6167ed
Merge pull request #37387 from tadfisher/bump/browserpass
browserpass: 2.0.11 -> 2.0.13
2018-03-19 23:29:51 +00:00
John Ericson e547bd0dc4 lib: Factor in tiny bit of meta.platform checking
I need it in stdenv and release-lib, so that seems motivation enough.
2018-03-19 19:29:16 -04:00
Jörg Thalheim e509181f05
Merge pull request #37384 from gnidorah/cgit
cgit: wrap python scripts
2018-03-19 23:23:44 +00:00
Daiderd Jordan 3539ca2179
Merge pull request #37354 from knedlsepp/fix-pythonPackages.notebook-on-darwin
pythonPackages.notebook: fix darwin build
2018-03-20 00:04:58 +01:00
Daiderd Jordan 3f964978d8
libftdi: mark linux only 2018-03-20 00:01:52 +01:00
Daiderd Jordan 031492cbfe
kore: fix clang build
/cc ZHF #36454
2018-03-20 00:00:42 +01:00
Daiderd Jordan 5873a3418b
iniparser: fix darwin build
/cc ZHF #36454
2018-03-19 23:41:50 +01:00
José Luis Lafuente 176b9ae095
kitty: 0.8.0 -> 0.8.2 2018-03-19 23:41:49 +01:00
Daiderd Jordan e616725ba0
imatix_gsl: fix clang build
/cc ZHF #36454
2018-03-19 23:41:49 +01:00
Daiderd Jordan d7856d3c2a
ii: fix darwin build
/cc ZHF #36454
2018-03-19 23:41:49 +01:00
Jörg Thalheim 34624ecca2
Merge pull request #37392 from xeji/p/altermime
altermime: fix build
2018-03-19 22:35:43 +00:00
Robert Schütz 4686259904
Merge pull request #37391 from lsix/svg-path-2.2
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 23:28:51 +01:00
Jörg Thalheim a6f966e289
Merge pull request #37389 from tadfisher/bump/gmailieer
gmailieer: 0.5 -> 0.6
2018-03-19 22:27:08 +00:00
Andrew Childs 3928fd9081 Chromium: fix skia build on aarch64
Patch imported from Arch Linux ARM
2018-03-20 00:20:42 +02:00
Daiderd Jordan bca15c5331
Merge pull request #37347 from knedlsepp/fix-pycurl-on-darwin
python3Packages.pycurl: fix darwin build
2018-03-19 23:16:42 +01:00
xeji f9ed23d271 altermime: fix build 2018-03-19 22:59:59 +01:00
Lancelot SIX de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2 2018-03-19 22:39:56 +01:00