Frederik Rietdijk
1dd0109c8c
pythonPackages: remove traces of Python 2.6
2018-06-25 10:50:44 +02:00
xeji
6806fb5e48
Merge pull request #42415 from LnL7/darwin-curl-ca
...
curl: disable default CA bundle
2018-06-25 00:43:10 +02:00
R. RyanTM
52493d6e00
gdbm: 1.14.1 -> 1.15 ( #42263 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/gdbm/versions .
These checks were done:
- built on NixOS
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbmtool passed the binary check.
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_load passed the binary check.
- /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15/bin/gdbm_dump passed the binary check.
- 3 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 1.15 with grep in /nix/store/gs61jjz7j3gii2zqm8f65qxpy4k9mybq-gdbm-1.15
- directory tree listing: https://gist.github.com/6bd11a4334992f4b8f19331113c0daa3
- du listing: https://gist.github.com/14f6008edc7f1045329c1205500d1a1a
2018-06-24 21:13:39 +02:00
Michael Raskin
f8b0f68fd5
Merge pull request #38316 from Rotaerk/vulkan-etc
...
Fix where Vulkan validation layer JSON files are placed by the nixpkgs install phase
2018-06-24 05:42:42 +00:00
volth
00a4323e62
[staging] perlPackages.CatalystXScriptServerStarman: fix build
2018-06-24 00:28:18 +02:00
Matthew Stewart
b7c4ff7407
vulkan-loader: Fix validation layers.
...
When vulkan tries to load validation layers, it looks for JSON files in
several directories, one of which is:
<vulkan-loader>/etc/vulkan/explicit_layer.d
It does *not* look in:
<vulkan-loader>/share/vulkan/explicit_layer.d
Yet that is where the install phase of the vulkan-loader default.nix
places the files. Thus, I modified the install phase to place them in
the etc location instead.
2018-06-23 17:03:08 -04: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 a4404adbcb
.
2018-06-23 17:52:31 +02: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
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
Daiderd Jordan
288939ce22
curl: disable default CA bundle
...
Without this curl might detect /etc/ssl/cert.pem at build time on macOS,
causing curl to ignore NIX_SSL_CERT_FILE.
Fixes #42317
2018-06-23 12:16:42 +02: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
volth
51200b8181
[cpan2nix] perlPackages.TextSimpleTable: 2.04 -> 2.05
2018-06-23 10:13:18 +00:00
volth
6ce476f892
[cpan2nix] perlPackages.ForksSuper: 0.93 -> 0.94
2018-06-23 10:13:07 +00:00
volth
9b99d8dc73
[cpan2nix] perlPackages.DevelChecklib: 1.12 -> 1.13
2018-06-23 10:13:03 +00:00
volth
d37f244309
[cpan2nix] perlPackages.TestWarn: 0.34 -> 0.35
2018-06-23 10:12:52 +00:00
volth
590a55a568
[cpan2nix] perlPackages.IOSocketInet6: cleanup
2018-06-23 10:12:35 +00:00
volth
edd4d5ad7e
[cpan2nix] perlPackages.FileShareDir: 1.104 -> 1.112
2018-06-23 10:12:33 +00:00
volth
85d03e5843
[cpan2nix] perlPackages.EmailSimple: 2.214 -> 2.216
2018-06-23 10:12:29 +00:00
volth
125e412ffa
[cpan2nix] perlPackages.DateManip: 6.71 -> 6.72
2018-06-23 10:12:28 +00:00
volth
28edcf0294
[cpan2nix] perlPackages.ConfigAutoConf: 0.316 -> 0.317
2018-06-23 10:12:20 +00:00
volth
ea57aa45f6
[cpan2nix] perlPackages.YAMLLibYAML: 0.69 -> 0.70
2018-06-23 10:12:07 +00:00
volth
990c3e5316
[cpan2nix] perlPackages.TimeLocal: 1.25 -> 1.28
2018-06-23 10:11:59 +00:00
volth
69ac41458e
[cpan2nix] perlPackages.TimeHiRes: 1.9753 -> 1.9758
2018-06-23 10:11:58 +00:00
volth
d3a91da6e5
[cpan2nix] perlPackages.TieHashIndexed: cleanup
2018-06-23 10:11:56 +00:00