Commit Graph

177386 Commits

Author SHA1 Message Date
José Romildo Malaquias
6a5f81e138
Merge pull request #59966 from romildo/upd.mate
mate: 1.20 -> 1.22
2019-04-24 11:53:39 -03:00
José Romildo Malaquias
3d9b2c4738 mate.mate-utils: add new missing dependence: inkscape 2019-04-24 11:48:10 -03:00
Peter Hoeg
ab15949f81 nixos/packagekit: add test 2019-04-24 22:31:36 +08:00
Peter Hoeg
1bc408ec3a nixos/packagekit: make it not error out and use upstream systemd unit 2019-04-24 22:31:36 +08:00
Peter Hoeg
f81ddbf8e7
Merge pull request #60149 from peterhoeg/u/mosquitto_160
mosquitto: 1.5.8 -> 1.6 + nixos tests
2019-04-24 22:29:08 +08:00
Will Dietz
e241ebb8fa rush: 1.8 -> 1.9
http://lists.gnu.org/archive/html/info-gnu/2019-04/msg00007.html
2019-04-24 09:26:40 -05:00
Maximilian Bosch
28a95c4f7f
Merge pull request #60138 from grahamc/wireguard-generate-key
wireguard: add generatePrivateKeyFile option + test
2019-04-24 16:00:34 +02:00
José Romildo Malaquias
3dd9de7ca3 mate.mate-panel: 1.22.0 -> 1.22.1 2019-04-24 10:24:12 -03:00
linarcx
072c69f1ff
lalezar-fonts: init at unstable-2017-02-28
Closes #59402
2019-04-24 09:24:12 -04:00
worldofpeace
f5d3418b0c
Merge pull request #58994 from zookatron/sublime-merge
sublime-merge: init at 1107
2019-04-24 09:21:07 -04:00
Tim Zook
148119b9a6 sublime-{merge,text}: make common.nix files have a similar structure
In the future it's desired to unify Sublime packages expressions.
So them having a shared structure will make this more achievable.
2019-04-24 09:14:50 -04:00
Matthieu Coudron
65a963235c
Merge pull request #60152 from Lucus16/unpin-protobuf
Revert "ibus-packages.mozc: pin to protobuf 3.6"
2019-04-24 22:12:54 +09:00
worldofpeace
f1af633eec
Merge pull request #59870 from phildenhoff/master
insomnia: Fix .desktop to link to Nix bin
2019-04-24 09:06:57 -04:00
worldofpeace
b4d1d866ff
Merge pull request #60001 from eadwu/vivaldi/support-snapshots
vivaldi: support snapshots
2019-04-24 09:00:09 -04:00
Dmitry Kalinkin
f698c9258c
vscode-extensions.WakaTime.vscode-wakatime: 1.2.13 -> 1.3.0 (#60032) 2019-04-24 08:21:06 -04:00
Lassulus
e5830bac6d
Merge pull request #59545 from costrouc/python-pyomo-init
pythonPackages.pyomo: init at 5.6.5
2019-04-24 21:19:12 +09:00
Robert Schütz
4c56f80962 python3.pkgs.asynctest: 0.12.3 -> 0.12.4 2019-04-24 13:57:07 +02:00
Graham Christensen
06c83a14e1
Wrap 'wg' commands in <command> 2019-04-24 07:46:01 -04:00
Graham Christensen
f57fc6c881
wireguard: add generatePrivateKeyFile option + test
Ideally, private keys never leave the host they're generated on - like
SSH. Setting generatePrivateKeyFile to true causes the PK to be
generate automatically.
2019-04-24 07:46:01 -04:00
Elis Hirwing
06e0ede06e
phpPackages: Wrap mkDerivation to prepend package names
This will make the file more consistent and easier to follow when we
have a mixture of buildPecl (which already does this) and straight up
regular derivations.
2019-04-24 13:04:28 +02:00
José Romildo Malaquias
6de8b43952 mate.mate-sensors-applet: 1.22.0 -> 1.22.1 2019-04-24 08:02:51 -03:00
Vladyslav M
ad4f7dd90e
cargo-outdated: init at unstable-2019-04-13 (#59893)
cargo-outdated: init at unstable-2019-04-13
2019-04-24 13:44:35 +03:00
Sondre Nilsen
67d03fec53
cargo-outdated: init at unstable-2019-04-13 2019-04-24 12:46:19 +03:00
Lars Jellema
a5ed6ab73e
Revert "ibus-packages.mozc: pin to protobuf 3.6"
protobuf was bumped to 3.7.1, which fixes the build issue as described
in google/mozc#460.

This reverts commit a19fbaf39b.
2019-04-24 11:30:04 +02:00
Matthieu Coudron
1b0f67dddd
Merge pull request #60015 from teto/fcitx
protobuf: 3.7.0 -> 3.7.1
2019-04-24 18:10:28 +09:00
Peter Hoeg
c5af9fd4dd nixos/mosquitto: add test 2019-04-24 17:02:20 +08:00
R. RyanTM
7fcf52e64e jenkins-job-builder: 2.9.1 -> 2.10.0 (#59659)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-jenkins-job-builder/versions
2019-04-24 11:01:33 +02:00
Peter Hoeg
30e71f9cb8 mosquitto: 1.5.8 -> 1.6 2019-04-24 16:22:57 +08:00
Jörg Thalheim
6859630206
alacritty: 0.3.1 -> 0.3.2 (#60144)
alacritty: 0.3.1 -> 0.3.2
2019-04-24 08:51:48 +01:00
Matthieu Coudron
5e4ee83396
Merge pull request #60066 from teto/cmd2
python3Packages.cmd2: 0.9.11 -> 0.9.12
2019-04-24 16:29:25 +09:00
Vladyslav M
0e6ae0bdd7
buildRustCrate: Fix #60125 - Always set additional env variables during build (#60127)
buildRustCrate: Fix #60125 -  Always set additional env variables during build
2019-04-24 10:28:03 +03:00
Michael Raskin
ccd7aedfe9
Merge pull request #60145 from codedownio/julia-mtime-patch
Patch Julia to not recompile packages when mtime is 1
2019-04-24 07:16:23 +00:00
Vincent Laporte
f61cadb624 coqPackages.tlc: 20180316 -> 20181116 2019-04-24 08:54:56 +02:00
Tom McLaughlin
9fa0974856 Patch Julia to not recompile packages when mtime is 1 2019-04-23 22:42:03 -07:00
Elis Hirwing
0620e0fdbf
Merge pull request #60099 from Izorkin/php-packages-prefix
phpPackages: add prefix 'php-' to packages
2019-04-24 07:24:54 +02:00
xrelkd
ebd4808a06 alacritty: 0.3.1 -> 0.3.2 2019-04-24 13:23:13 +08:00
Mario Rodas
1e8ebd96ac
Merge pull request #60040 from woffs/gitflow-1.12.2
gitflow: 1.11.0 -> 1.12.2
2019-04-23 23:28:00 -05:00
worldofpeace
0747a46997
Merge pull request #60141 from xrelkd/update/youtube-dl
youtube-dl: 2019.04.17 -> 2019.04.24
2019-04-24 00:08:44 -04:00
Peter Hoeg
c9b0c68dc0 rng-tools: 6.6 -> 6.7
A few other changes:

 - use autoreconfHook instead of doing it manually
 - clean up with/enable flags
 - add support for PKCS11 entropy sources

PKCS11 is not fully tested yet as my hardware hasn't arrived.
2019-04-24 11:54:57 +08:00
Peter Hoeg
c4919b614e libp11: 0.4.9 -> 0.4.10
The build was broken as the output was nested inside /nix/store so fix that as
well. We didn't know as no other derivation was using it.
2019-04-24 11:53:09 +08:00
worldofpeace
0154d51338 libssh: don't use multiple outputs
Makes cmake files point to the correct output
for libs and corrects the Cflags in the .pc
file.

Fixes #60036
2019-04-23 23:43:35 -04:00
xrelkd
e452aa0de7 youtube-dl: 2019.04.17 -> 2019.04.24 2019-04-24 11:36:43 +08:00
Andrew Dunham
9f7f367bf5 plex: rewrite to use FHS userenv 2019-04-23 20:19:33 -07:00
Joachim F
8f33fb5183
Merge pull request #60139 from arcnmx/rxvt-build-fix
rxvt_unicode: fix build
2019-04-24 03:09:55 +00:00
arcnmx
b526bf0389 rxvt_unicode: fix build 2019-04-23 19:25:13 -07:00
Will Dietz
fc6c5fdfed minetime: 1.4.12 -> 1.5.1, better entrypoint name, drop unused 32bit
https://github.com/marcoancona/MineTime/releases/tag/v1.5.1
https://github.com/marcoancona/MineTime/releases/tag/v1.5.0
2019-04-23 20:43:04 -05:00
Will Dietz
9db228d506 minetime: 1.4.11 -> 1.4.12 2019-04-23 20:40:54 -05:00
Will Dietz
a7065d315d minetime: 1.4.10 -> 1.4.11
https://github.com/marcoancona/MineTime/releases/tag/v1.4.11
2019-04-23 20:40:54 -05:00
Will Dietz
1c06590fa9 appimageTools: small simplification 2019-04-23 20:40:54 -05:00
Will Dietz
843d5b05ef appimageTools: use functionArgs as suggested, use dynamicLinker attr 2019-04-23 20:40:54 -05:00