Commit Graph

145421 Commits

Author SHA1 Message Date
Matthew Bauer
62f47c56b7
Merge pull request #42723 from thefloweringash/es5-plugin-classpath
elasticsearch5: Set classpath for elasticsearch-plugin
2018-07-05 22:10:47 -04:00
Matthew Bauer
a92472fae1
Merge pull request #42724 from yshui/libinput-button
libinput: add button to scrollMethod
2018-07-05 22:10:26 -04:00
Matthew Bauer
00db477324
Merge pull request #42931 from r-ryantm/auto-update/urh
urh: 2.1.1 -> 2.2.2
2018-07-05 21:50:58 -04:00
Matthew Bauer
5809621bbf
Merge pull request #42926 from aij/flow-0.75
flow: 0.72.0 -> 0.75.0
2018-07-05 21:50:41 -04:00
Matthew Bauer
79602a2f44
Merge pull request #42851 from jmitchell/fix/vm-debian
vmTools: update Debian minor version to 8.11
2018-07-05 21:50:17 -04:00
Matthew Bauer
65695f9e0e
Merge pull request #42868 from alyssais/patch-2
bundler: 1.16.1 -> 1.16.2
2018-07-05 21:49:25 -04:00
Matthew Bauer
0ce00ea660
Merge pull request #42870 from ldesgoui/add-pscircle
pscircle: init at v1.0.0
2018-07-05 21:48:25 -04:00
Matthew Bauer
3ea9c607c1
Merge pull request #43092 from ryantm/tls
treewide: http -> https
2018-07-05 21:47:36 -04:00
Ryan Mulligan
7937f82665 treewide: http -> https 2018-07-05 18:35:28 -07:00
Florian Klink
7e579aa994 gocryptfs: 1.1.1 -> 1.5
Bold marked applicable changelog entries:

 - Support extended attributes (xattr) in forward mode<Paste>
 - Add -fsck function
 - Fix several symlink race attacks
 - Use memory pools for buffer handling
 - Parallelize file content encryption
 - Use HKDF to derive separate keys for GCM and EME
2018-07-06 01:46:00 +02:00
xeji
5c271db791
Merge pull request #43060 from disassembler/asterisk
Asterisk xmpp support
2018-07-06 00:43:26 +02:00
Silvan Mosberger
a986631655 texlive: Propagate biber binary (#42875) 2018-07-06 00:19:47 +02:00
John Wiegley
1459b2dffa
coqPackages.equations: Add support for Coq 8.8 2018-07-05 15:17:22 -07:00
John Wiegley
56afc551f2
verilator: Allow building on Darwin as well as Linux 2018-07-05 15:17:17 -07:00
Patrick Hilhorst
d45a099688 atom, atom-beta: 1.28.0 -> 1.28.1, 1.29.0-beta0 -> 1.29.0-beta1 (#43086) 2018-07-06 00:09:13 +02:00
Matthew Bauer
bb0febf575
Merge pull request #43079 from matthewbauer/rework-extra-pkgs
Rework stage.nix's extraPkgs
2018-07-05 18:05:57 -04:00
Tom Smeets
cdebd1c61f sixpair: init at 2007-04-18 (#43072)
This is a small c program used for pairing with a wireless PlayStation 3 controller via bluetooth.
I included a patch that replaces the depricated 'hcitool' command with 'bluetoothctl'.

For further info visit: http://www.pabr.org/sixlinux/
2018-07-06 00:04:27 +02:00
Florian Klink
dff0cfc3b0 gocryptfs: fix typo in folder name 2018-07-05 23:56:06 +02:00
xeji
b1abb5a8c2
Merge pull request #42974 from r-ryantm/auto-update/mxt-app
mxt-app: 1.27 -> 1.28
2018-07-05 23:55:57 +02:00
Uli Baum
0aaf209b33 mxt-app: limit platforms to linux
never built on darwin
2018-07-05 23:35:49 +02:00
Matthew Bauer
ad20a4a1c3 stage: add Linux checks
This prevent us evaluation on macOS systems where pkgsMusl &
pkgsi686Linux is unsupported.
2018-07-05 17:32:54 -04:00
Tad Fisher
14555eab0f zoom-us: 2.2.128100.0627 -> 2.2.128200.0702 (#42922) 2018-07-05 21:42:44 +01:00
John Ericson
f795ed79d0 stage: Make pkgsMusl and pkgsi686linux respect the original localSystem more
For example:

nix-repl> pkgsi686Linux.pkgsMusl.hostPlatform.config
"i686-unknown-linux-musl"

nix-repl> pkgsMusl.pkgsi686Linux.hostPlatform.config
"i686-unknown-linux-musl"
2018-07-05 16:17:54 -04:00
Matthew Bauer
69f1045001 treewide: remove forceSystem 2018-07-05 15:47:10 -04:00
Yegor Timoshenko
1bb95d8409
Merge pull request #42775 from mkaito/oauth2_proxy-virtualHosts
oauth2_proxy: add nginx vhost module
2018-07-05 22:15:50 +03:00
adisbladis
9655e1a134
Merge pull request #43011 from r-ryantm/auto-update/flatpak
flatpak: 0.99.1 -> 0.99.2
2018-07-06 02:34:00 +08:00
adisbladis
58ff8a3b6d
Merge pull request #42876 from marsam/feature/build-recoll-without-qt
recoll: Add support to build without QT
2018-07-06 02:33:21 +08:00
Matthew Bauer
c491a99362 treewide: remove callPackage_i686
This has been replaced with pkgsi686Linux.callPackage
2018-07-05 14:04:52 -04:00
Matthew Bauer
5b357d9037 stage: refactor extraPkgs
I have renamed the overlay to “otherPackageSets” because I think that
is more descriptive.

pkgsLocal has been removed because there were concerns that it would
be confusing. None of the other names seemed very useful so I think it
is best to avoid it altogether. pkgsCross is still included,
hopefully, that will not have as much confusion.

pkgsMusl is now available for building Musl packages. It will give you
packages bulit with the Musl libc.

Also added more documentation.

/cc @dezgeg @Ericson2314 @dtzWill
2018-07-05 13:59:03 -04:00
Robert Schütz
a04c9e2deb python.pkgs.flask-restful: fix tests
Fixes #43001.
2018-07-05 18:59:25 +02:00
Léo Gaspard
806e5a3882
josm: bump to jre10
Fixes https://josm.openstreetmap.de/ticket/11806
2018-07-05 18:47:51 +02:00
Robert Schütz
151afd2457
qutebrowser: 1.3.3 -> 1.4.0 (#42916)
pdfjs: 1.7.225 -> 1.10.100
2018-07-05 18:31:19 +02:00
volth
9c63a9e2bc graalvm8: 1.0.0-rc1 -> 1.0.0-rc3 (#43061) 2018-07-05 18:28:46 +02:00
Will Dietz
67986382e4
Merge pull request #43071 from dtzWill/fix/vampire-portability
vampire: portability fixes
2018-07-05 11:13:42 -05:00
Gabriel Ebner
bec83a2b9e cvc4: 1.5 -> 1.6 2018-07-05 17:57:06 +02:00
Matthew Bauer
d6a202f162
Merge pull request #42187 from jameysharp/jdk-without-gnome
openjdk: fix build for !enableGnome2
2018-07-05 11:43:35 -04:00
Matthew Bauer
00b44dcb01
Merge pull request #43065 from gnidorah/wine
wine: build wineWow packages on hydra
2018-07-05 11:41:36 -04:00
Will Dietz
7353d8396d vampire: enable parallel building 2018-07-05 10:13:40 -05:00
adisbladis
a6891620e3
Merge pull request #42998 from r-ryantm/auto-update/hwinfo
hwinfo: 21.55 -> 21.56
2018-07-05 23:13:33 +08:00
Will Dietz
600abbedc9 vampire: portability fixes
These have been submitted upstream,
but seconds before writing this message
so naturally no upstream response "yet" :).

Regardless of response, fetch patches
from the corresponding PR's for context
and of course hopefully they'll
be included in next version.
2018-07-05 10:13:32 -05:00
Will Dietz
8e6db30bb7 vampire: use CC/CXX from env, instead of always g++ 2018-07-05 10:11:32 -05:00
Gabriel Ebner
6b8f521852
Merge pull request #42951 from r-ryantm/auto-update/shaarli
shaarli: 0.9.6 -> 0.9.7
2018-07-05 16:55:36 +02:00
Gabriel Ebner
d88671a1b9
Merge pull request #42945 from r-ryantm/auto-update/yaws
yaws: 2.0.5 -> 2.0.6
2018-07-05 16:54:40 +02:00
Gabriel Ebner
b7bc362bd8
Merge pull request #42914 from r-ryantm/auto-update/xl2tpd
xl2tpd: 1.3.10.1 -> 1.3.12
2018-07-05 16:53:39 +02:00
adisbladis
355708db80
nodePackages_10_x.pnpm: init at 2.9.0 2018-07-05 22:52:38 +08:00
Gabriel Ebner
96258fc193
Merge pull request #42696 from r-ryantm/auto-update/LanguageTool
languagetool: 4.1 -> 4.2
2018-07-05 16:51:05 +02:00
Gabriel Ebner
ac5f2c5bd6
Merge pull request #42693 from r-ryantm/auto-update/libndctl
libndctl: 60.3 -> 61.1
2018-07-05 16:50:13 +02:00
adisbladis
052c5a98dd
Merge pull request #43066 from adisbladis/gimp-2_10_4
gimp: 2.10.2 -> 2.10.4
2018-07-05 22:08:31 +08:00
Silvan Mosberger
59b3ce2894
Merge pull request #42398 from Ma27/make-autorandr-target-configurable
nixos/autorandr: make default target in systemd service configurable
2018-07-05 15:10:22 +02:00
R. RyanTM
e07ea4f383 xonsh: 0.6.7 -> 0.6.8 (#42930)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xonsh/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xon.sh had a zero exit code or showed the expected version
- /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/.xonsh-wrapped passed the binary check.
- /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xonsh passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- found 0.6.8 with grep in /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8
- directory tree listing: https://gist.github.com/e53ad25422aa303572f4452029cb65b3
- du listing: https://gist.github.com/0c29b7c27c01e8d34986163ba00f1615
2018-07-05 14:56:33 +02:00