Commit graph

144357 commits

Author SHA1 Message Date
xeji 9595dc587f
Merge pull request #42547 from tadfisher/firefox-u2f
firefox: add u2f support
2018-06-25 12:55:24 +02:00
Mathieu Boespflug 06eeb0d158 bazel: Don't hardcode build tools (#42552)
Bazel is a build tool, much like Make and many others. Like Make, it
should be agnostic to the compiler toolchains the user brings into
scope. Bazel has special rules that encode domain specific knowledge
for how to compile a C++ program, or indeed a Java program and a few
others. But that's not to say that at runtime Bazel should assume
a specific C++ compiler or Java compiler anymore than Make does.

The main impact of this change is that packages that build with Bazel
will have to list the compilers they want in their `buildInputs` or
similar, rather than relying on the `bazel` package pulling them in
transitively.
2018-06-25 12:46:19 +02:00
xeji be9240bfd6
Merge pull request #42539 from marsam/feature/1password-fix-hash
1password: fix sha256 hash
2018-06-25 11:58:33 +02:00
xeji e0918b2550
Merge pull request #42432 from Pneumaticat/multimc
multimc: fix build with Qt 5.11, fix desktop icon
2018-06-25 11:53:02 +02:00
xeji 1a54248903
Merge pull request #42451 from worldofpeace/lollypop-0.9.515
lollypop: 0.9.514 -> 0.9.516
2018-06-25 11:47:46 +02:00
Frederik Rietdijk 2cf8dd3e4e python.pkgs.psutil_1: remove unused package 2018-06-25 11:46:12 +02:00
nocent f8530c887b rpcs3: 0.0.4-8032 -> 0.0.5-6980 (#41414)
* rpcs3: 0.0.4-8032 -> 0.0.5-6884

* rpcs3: update hash

* rpcs3: 0.0.5-6884 -> 0.0.5-6925

* rpcs3: 0.0.5-6925 -> 0.0.5-6938

* rpcs3: 0.0.5-6938 -> 0.0.5-6980

Manually write version header instead of generating it with git, which required leaveDotGit to be enabled.
This caused some hash mismatches (see #8567) has thus been disabled.
2018-06-25 11:45:50 +02:00
Frederik Rietdijk abb2286016
Merge pull request #42556 from Profpatsch/pythonPackages-rlp
pythonPackages.rlp: revert to working 0.6.0
2018-06-25 11:28:24 +02:00
Andrea Bedini 134eca9993 ecs-agent: 1.14.0 -> 1.18.0 (#42359) 2018-06-25 11:15:40 +02:00
Profpatsch 367a7ae138 pythonPackages.rlp: revert to working 0.6.0
It is required by electrum.
2018-06-25 10:53:18 +02:00
Frederik Rietdijk 7c9d95fef5 python37: init at 3.7.0rc1 2018-06-25 10:41:32 +02:00
adisbladis f799f12fb2
Merge pull request #42494 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.7-35 -> 7.0.8-2
2018-06-25 16:19:56 +08:00
Frederik Rietdijk e6bf9c8a45 Revert "python: click-log: 0.2.1 -> 0.3.2"
This broke `vdirsyncer`, the only user of this package.

This reverts commit 60ab4bd851.
2018-06-25 09:12:24 +02:00
Eelco Dolstra a73a941eb4
Merge pull request #42522 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.4.65 -> 1.4.70
2018-06-25 08:24:27 +02:00
Will Dietz ee46b71d22
Merge pull request #42549 from dtzWill/fix/revert-git-2.18.0-update
Revert "Merge pull request #42376 from dtzWill/update/git-2.18.0"
2018-06-24 22:38:32 -05:00
Will Dietz 6d1955e0c4 Revert "Merge pull request #42376 from dtzWill/update/git-2.18.0"
This reverts commit 2624f90796, reversing
changes made to 37aab4cbb5.

See:
https://github.com/NixOS/nixpkgs/pull/42376#issuecomment-399789096

Basically this breaks at least some users of fetchgit,
so let's revert this until this is sorted out.
2018-06-24 22:36:50 -05:00
worldofpeace e1784a0435 lollypop: move appstream-glib and gobjectIntrospection to nativeBuildInputs 2018-06-24 22:32:43 -04:00
Tad Fisher c1740904ae firefox: add u2f support 2018-06-24 18:49:30 -07:00
worldofpeace e6ec309720 lollypop: 0.9.514 -> 0.9.516 2018-06-24 21:21:55 -04:00
André-Patrick Bubel 779d64f43d i3status-rust: 0.9.0.2018-03-31 -> 0.9.0.2018-06-22 (#42403) 2018-06-25 01:11:45 +02:00
Tim Steinbach 93005c288d
Merge pull request #42497 from r-ryantm/auto-update/kotlin
kotlin: 1.2.41 -> 1.2.50
2018-06-24 23:04:24 +00:00
Florian Klink 1588d6a549 gopass: override GOPASS_CONFIG to fix completion generation (#42400)
gopass tries to write a version number to it's configuaration, even when
just generating the shell completion scripts. This fails, as
/homeless-shelter is read-only inside the sandbox.
As error messages are printed to stdout instead of stderr
(see https://github.com/gopasspw/gopass/issues/877), the error message
lands inside the completion script, thus breaking it.

Workaround that by setting GOPASS_CONFIG to `/dev/null`
2018-06-25 00:52:15 +02:00
Vincent Laporte 8ed38fc722 ocamlPackages.cppo: 1.5.0 -> 1.6.4 (#42342) 2018-06-25 00:47:53 +02:00
Pascal Bach 18c99b5be9 gitlab-runner: 10.8.0 -> 11.0.0 (#42391) 2018-06-25 00:47:32 +02:00
leenaars b197363ea7 Update message to reflect nix 2.0 availability of imperative nix-update (#36123) 2018-06-25 00:35:06 +02:00
Kevin Liu 3a1033c6d9 autokey: init at 0.94.1 (#42355) 2018-06-25 00:25:14 +02:00
Vincent Laporte f3a155e656 ocamlPackages.merlin: 3.0.5 -> 3.1.0 (#42386) 2018-06-25 00:19:58 +02:00
Johannes Frankenau cd4c5a3cf6 streamlink: 0.12.1 -> 0.13.0 (#42336) 2018-06-25 00:19:01 +02:00
Grigory Chereshnev 3428b44610 ivan: 052 -> 053 (#42413) 2018-06-25 00:12:54 +02:00
Mario Rodas 938a90f55d 1password: Remove unneeded dependency 2018-06-24 17:12:46 -05:00
Mario Rodas 48a619af54 1password: fix sha256 hash 2018-06-24 17:12:45 -05:00
Maximilian Bosch db493ad552 nixos/npm: add npm to the system closure by default (#42420) 2018-06-25 00:11:55 +02:00
xeji 5e451e41c3
Merge pull request #41871 from bhipple/fix/mariadb-src-url
mariadb: provide multiple src url mirrors
2018-06-24 23:37:24 +02:00
xeji bbe8321a29
Merge pull request #42365 from LumiGuide/fix-chronyd
chrony: disable the whole timesyncd module when chronyd is enabled
2018-06-24 22:31:57 +02:00
xeji b7f60f23d4
Merge pull request #42422 from LumiGuide/pgmanage-10.3.0
pgmanage: 10.1.1 -> 10.3.0
2018-06-24 22:28:14 +02:00
xeji 683005a858
Merge pull request #42385 from caugner/php-apcu-5.1.11
phpPackages.apcu: {4.0.7,5.1.8} -> {4.0.7,5.1.11}
2018-06-24 22:06:56 +02:00
Claas Augner 6d58b9b868 phpPackages.psysh: init at 0.9.6 (#42377) 2018-06-24 22:01:04 +02:00
Claas Augner 3f32f7ab98 phpPackages.imagick: 3.4.3RC1 -> 3.4.3 (#42384) 2018-06-24 21:55:48 +02:00
Claas Augner dca857e2ac phpPackages.composer: 1.6.3 -> 1.6.5 (#42369) 2018-06-24 21:53:00 +02:00
Elmar Athmer bc56e42e27 hcloud: 1.4.0 -> 1.5.0 (#42500) 2018-06-24 21:40:39 +02:00
Michael Peyton Jones 56284be194 tmuxinator: 0.10.1 -> 0.11.3 (#42428) 2018-06-24 21:39:45 +02:00
R. RyanTM 01c7edd4f4 godot: 3.0.3 -> 3.0.4 (#42507)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4/bin/godot had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.0.4 with grep in /nix/store/wavl2nim76s48xwjpq95wsxgsxvrb4sn-godot-3.0.4
- directory tree listing: https://gist.github.com/bdbe8596726721b6c715d84c81579c57
- du listing: https://gist.github.com/6235762e4766106db266094344e36ae7
2018-06-24 21:37:59 +02:00
lewo 3951a693e5
Merge pull request #41644 from tadfisher/minikube
minikube: bundle kvm2 driver
2018-06-24 21:29:03 +02:00
Benjamin Hipple 3bb305515f mariadb: provide multiple src url mirrors
Both mariadb.com and mariadb.org appear to be canonical upstream sources, and
have identical sha256 hashes at these URLs.

For the third-party mirrors, if we are just going to provide one URL, it should
be an HTTPS url instead of FTP or SSH, which many users may not be able to
access due to network security configurations.
2018-06-24 19:03:18 +00:00
xeji c51ac5eb33
Merge pull request #42423 from ryantm/repology-problems
treewide: http -> https
2018-06-24 20:44:50 +02:00
averelld 32b2f28e60 keepassxc: fix build with qt 5.11 (#42381) 2018-06-24 20:38:51 +02:00
xeji 7d7b2de34d
Merge pull request #42382 from averelld/x2goclient-qt511-fixes
x2goclient: fix build with qt 5.11
2018-06-24 20:30:37 +02:00
Maximilian Bosch 8cf8c4bac2 stellarium: 0.16.1 -> 0.18.0 (#42357) 2018-06-24 20:26:58 +02:00
Elias Probst 49f20e7c1e restic: 0.9.0 → 0.9.1 (#42404) 2018-06-24 20:16:59 +02:00
R. RyanTM 7f1dcab277 kubernetes: 1.10.4 -> 1.10.5 (#42498)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/.kube-addons-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-addons had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/conversion-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/deepcopy-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/defaulter-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/e2e.test had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/gendocs passed the binary check.
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genkubedocs had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genman had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genyaml passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/go-bindata passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-apiserver passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-controller-manager passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-proxy passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-scheduler passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubeadm passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubectl passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubelet passed the binary check.
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/openapi-gen had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/teststale passed the binary check.
- 11 of 20 passed binary check by having a zero exit code.
- 5 of 20 passed binary check by having the new version present in output.
- found 1.10.5 with grep in /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5
- directory tree listing: https://gist.github.com/f66eb35eb29445af12d98c6605753493
- du listing: https://gist.github.com/30b38d2640ef11a2252df16c7bfd6063
2018-06-24 20:16:38 +02:00