144906 Commits

Author SHA1 Message Date
R. RyanTM
771de50389 pony-stable: 0.1.3 -> 0.1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4/bin/stable passed the binary check.
- 1 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 0.1.4 with grep in /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4
- directory tree listing: https://gist.github.com/3550bd75a6690902598b047ba7dba1a9
- du listing: https://gist.github.com/3f202ed132af36d390ed59ab7da008a6
2018-06-23 13:11:44 -07:00
R. RyanTM
75a006c32e tbb: 2018_U4 -> 2018_U5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018_U5 with grep in /nix/store/xhqkrh6rrs3ji21v1rdicm3f50j1ildx-tbb-2018_U5
- directory tree listing: https://gist.github.com/cfe37285702751a390a4ccdcf83b000e
- du listing: https://gist.github.com/ef220dc185b398311333a7d43930787a
2018-06-23 14:49:14 -05:00
R. RyanTM
6fe8c62c8f lxqt.qtermwidget: 0.8.0 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.0 with grep in /nix/store/3xrdwiihv6005a89hg2yz049dwj1yvjk-qtermwidget-0.9.0
- directory tree listing: https://gist.github.com/32846676d9b32d68c711e46efb4b2822
- du listing: https://gist.github.com/08616a507ab3f444a6710fbb666e20dc
2018-06-23 12:47:32 -07:00
Will Dietz
0ac09be295 llvm4: unconditionally set triples, not just on musl.
Split off from #42454 as requested.
2018-06-23 14:07:49 -05:00
Will Dietz
3e49430922 ghc822: useLLVM when building against musl too 2018-06-23 12:53:45 -05:00
Michishige Kaito
60ed533188 factorio: 0.16.36 -> 0.16.51 2018-06-23 18:40:29 +01:00
Matthew Bauer
798ad38c35 boost: use default toolset option
for 1.66 & 1.67 we were overriding the default toolset option. This
meant that gcc-cross was not being selected properly, breaking the
cross toolchain.

/cc @dtzWill
2018-06-23 13:40:18 -04:00
Kevin Liu
7997c2ad4c mpage: fix urls from mesa → glu transition
Find/replace error in 0acec7e984ff38b7a296a459ba4b539a3b719c1b.
2018-06-23 20:22:51 +03:00
R. RyanTM
1f0902ae69 spidermonkey_52: 52.8.0 -> 52.8.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1/bin/js52 passed the binary check.
- /nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1/bin/js52-config passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 52.8.1 with grep in /nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1
- directory tree listing: https://gist.github.com/75305a95a88a23a3137429c0c5c0007c
- du listing: https://gist.github.com/fe4b93f198ce1088e1e18d002d9cb49a
2018-06-23 10:21:10 -07:00
Will Dietz
ffdf8192b3 ghc843: apparently need LLVM when building against musl too 2018-06-23 12:20:02 -05:00
Frederik Rietdijk
fc4ab420d9
Merge pull request #40959 from alexvorobiev/clustershell
pythonPackages.clustershell: init at 1.8
2018-06-23 18:29:20 +02:00
Kevin Rauscher
ead58d100d bloop: init at 1.0.0-M11 2018-06-23 18:25:44 +02:00
Kevin Rauscher
d8bb4c3ffa Add myself as maintainer 2018-06-23 18:25:35 +02:00
Frederik Rietdijk
ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
8cfa9cc66c Merge master into staging 2018-06-23 18:14:03 +02:00
Frederik Rietdijk
904114fdb8
Merge pull request #42410 from Ma27/improve-screen-module
nixos/screen: add `pkgs.screen` to the system closure
2018-06-23 18:12:37 +02:00
Frederik Rietdijk
294e7b1b39
Merge pull request #42425 from Synthetica9/atom-1-28-0
atom: 1.27.2 -> 1.28.0
2018-06-23 18:08:27 +02:00
Frederik Rietdijk
eb195041d5
Merge pull request #42335 from Assassinkin/seekpath
pythonPackages.seekpath: init at 1.8.1
2018-06-23 18:08:02 +02:00
Frederik Rietdijk
4df1161ea4
Merge pull request #42367 from Assassinkin/monty
pythonPackages.monty: init at 1.0.2
2018-06-23 18:05:04 +02:00
Frederik Rietdijk
43520486c7
Merge pull request #42345 from Ma27/fix-python-git-annex-adapter
python3Packages.git-annex-adapter: fix build
2018-06-23 18:04:39 +02:00
Frederik Rietdijk
509eb612b3
Merge pull request #42442 from averelld/fix-jupyterlab-build
Revert "python: jupyterlab_launcher: 0.10.5 -> 0.11.0"
2018-06-23 17:56:27 +02:00
Averell Dalton
06932b25f3 Revert "python: jupyterlab_launcher: 0.10.5 -> 0.11.0"
This reverts commit a4404adbcb15403b480070118809cad486398577.
2018-06-23 17:52:31 +02:00
R. RyanTM
99ed01e104 xmlsec: 1.2.25 -> 1.2.26
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/.xmlsec1-wrapped passed the binary check.
- /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26/bin/xmlsec1 passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.2.26 with grep in /nix/store/abvl1x7fq46597zs54989mzlbfs7fq6i-xmlsec-1.2.26
- directory tree listing: https://gist.github.com/e9e137ae925e9687577596baffb336c3
- du listing: https://gist.github.com/dda9ad69863fe80d1ea4126315585b0c
2018-06-23 08:42:39 -07:00
Massimo Redaelli
5667087581 epkowa: added Perfection V500 support 2018-06-23 17:04:21 +02:00
Kevin Liu
be47f95083
multimc: create compatibility symlink to fix desktop icon 2018-06-23 09:37:29 -04:00
Kevin Liu
28ff1f7565
multimc: 0.6.2 → unstable-2018-06-04
Fixes #42387. See also #42351 for information on Qt breakage.
2018-06-23 09:37:20 -04:00
Will Dietz
19ef534fbb
Merge pull request #41762 from tilpner/appimage-run
appimage-run: init
2018-06-23 07:23:08 -05:00
Pasquale
cdd5b90b02 home-manager:2017-12-7 -> 2018-06-14 2018-06-23 13:59:18 +02:00
Frederik Rietdijk
1106d872ae
Merge pull request #42421 from bandresen/python-periphery
pythonPackages.python-periphery: init at 1.1.1
2018-06-23 13:53:29 +02:00
Frederik Rietdijk
14b28269b3 octoprint: fix build 2018-06-23 13:45:09 +02:00
Patrick Hilhorst
5b3ccfd58a
atom: 1.27.2 -> 1.28.0 2018-06-23 13:42:00 +02:00
Robert Helgesson
20e814e024
Merge pull request #42416 from volth/cpan2nix-2018-06-23
[staging] cpan2nix updates
2018-06-23 13:36:10 +02:00
Ryan Mulligan
0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Bas van Dijk
68fa306be6 pgmanage: remove deprecated postage alias
The following has been removed:

* The `services.postage` alias for the `services.pgmanage` module
* The `postage` alias for the `pgmanage` package
2018-06-23 13:32:13 +02:00
Bas van Dijk
e385630434 pgmanage: 10.1.1 -> 10.3.0
Release notes: https://github.com/pgManage/pgManage/releases/tag/v10.3.0

Also fixes #40247
2018-06-23 13:24:14 +02:00
Benjamin Andresen
1dcee7a162 pythonPackages.python-periphery: init at 1.1.1 2018-06-23 13:18:20 +02:00
volth
a8a94f27c0 [cpan2nix] perlPackages.CatalystXScriptServerStarman: 0.02 -> 0.03 2018-06-23 10:17:03 +00:00
volth
e79546bb5e [cpan2nix] perlPackages.TestPAUSEPermissions: 0.06 -> 0.07 2018-06-23 10:16:37 +00:00
volth
a295195778 [cpan2nix] perlPackages.DateTimeLocale: 1.20 -> 1.22 2018-06-23 10:15:46 +00:00
volth
bb4c4cb745 [cpan2nix] perlPackages.LocaleTextDomainOOUtil: 3.008 -> 4.001 2018-06-23 10:15:07 +00:00
volth
d8ecb6a39d [cpan2nix] perlPackages.LWP: 6.33 -> 6.34 2018-06-23 10:15:07 +00:00
volth
95230dacc7 [cpan2nix] perlPackages.JSONWebToken: cleanup 2018-06-23 10:15:02 +00:00
volth
45a46d1098 [cpan2nix] perlPackages.PPIxRegexp: 0.059 -> 0.060 2018-06-23 10:15:00 +00:00
volth
a55809cc5b [cpan2nix] perlPackages.ClassLoad: 0.24 -> 0.25 2018-06-23 10:14:51 +00:00
volth
94505757fd [cpan2nix] perlPackages.ArchiveTarWrapper: 0.24 -> 0.27 2018-06-23 10:14:40 +00:00
volth
c9a712336e [cpan2nix] perlPackages.HTTPMessage: 6.16 -> 6.18 2018-06-23 10:14:32 +00:00
volth
bc3d7011b8 [cpan2nix] perlPackages.CPANPLUS: 0.9174 -> 0.9176 2018-06-23 10:14:25 +00:00
volth
af67ef0347 [cpan2nix] perlPackages.FileMimeInfo: cleanup 2018-06-23 10:13:59 +00:00
volth
b22545f1f4 [cpan2nix] perlPackages.DevelNYTProf: 6.05 -> 6.06 2018-06-23 10:13:57 +00:00
volth
8738816096 [cpan2nix] perlPackages.TestYAML: 1.06 -> 1.07 2018-06-23 10:13:45 +00:00