Benjamin Staffin
c7677d9300
pythonPackages.jq: init at 0.1.6 ( #54014 )
2019-01-18 21:01:19 -05:00
Ben Wolsieffer
414c42a697
ubootRock64, ubootRockPro64: use dtc 1.4.5
2019-01-18 21:00:58 -05:00
Raphael Borun Das Gupta
077a5cfedb
udocker: change homepage to documentation on gitbooks.io
...
as that view, other than the gitbook.com one, is available to
readers not logged into GitBook, too.
2019-01-19 02:15:41 +01:00
adisbladis
dfe2453ce5
mpv: Add vulkan support
2019-01-19 00:53:49 +00:00
Herman Fries
42cfe57245
springLobby: Fix TLS problems on downloads
2019-01-19 01:24:00 +01:00
adisbladis
8e20de1d52
firefox-beta-bin: 65.0b11 -> 65.0b12
2019-01-18 23:49:08 +00:00
adisbladis
59b60270aa
firefox-devedition-bin: 65.0b11 -> 65.0b12
2019-01-18 23:49:04 +00:00
Matthew Bauer
1c02863317
busybox: give priority of 10
...
Lots of packages provide this. Usually we don't want the busybox version.
2019-01-18 18:16:37 -05:00
Ben Wolsieffer
404773e336
uboot: use pname and cleanup version specification
2019-01-18 17:53:21 -05:00
Ben Wolsieffer
26079c4da7
uboot: buildUBoot: add extraConfig parameter
2019-01-18 17:53:21 -05:00
Ben Wolsieffer
e245086709
uboot: add RockPro64, fix Rock64 build
...
Switch the Rock64 build from a newer, less maintained U-Boot tree, to an older
but more maintained and featureful version.
2019-01-18 17:53:21 -05:00
Ben Wolsieffer
bb72c0668d
pythonPackages.libfdt: init
...
libfdt is a Python library included in the dtc package.
2019-01-18 17:53:21 -05:00
Ben Wolsieffer
7edd0389e1
arm-trusted-firmware: add RK3399
2019-01-18 17:53:21 -05:00
Ben Wolsieffer
8a816723ce
arm-trusted-firmware: 1.5 -> 2.0
2019-01-18 17:53:21 -05:00
Ben Wolsieffer
cc35ac70c6
rkdeveloptool: init at 1.3
2019-01-18 17:53:21 -05:00
R. RyanTM
197c393c2f
img2pdf: 0.3.2 -> 0.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/img2pdf/versions
2019-01-18 17:24:36 -05:00
Vladyslav M
1221fc7641
Merge pull request #53215 from wedens/tdrop-init
...
tdrop: init at 2018-11-13
2019-01-19 00:15:51 +02:00
Robert Schütz
bf4c5c56d8
Merge pull request #53945 from dotlambda/recommonmark-0.5.0
...
python.pkgs.recommonmark: 0.4.0 -> 0.5.0
2019-01-18 23:12:53 +01:00
Timo Kaufmann
d34f44db45
sage: fix transient ecl error ( #54285 )
...
Sometimes the doctests fail because ecl races to create a directory.
This should fix that by making sure each process has its own directory.
2019-01-18 23:02:03 +01:00
Jake Waksbaum
bc820fa1e4
google-music-scripts: init at 3.0.0
2019-01-18 21:15:51 +00:00
Jake Waksbaum
fe4f244c19
pythonPackages.logzero: init at 1.5.0
2019-01-18 21:15:51 +00:00
Jake Waksbaum
a323466604
pythonPackages.google-music: init at 3.0.1
2019-01-18 21:15:50 +00:00
Jake Waksbaum
e9e7c08ca6
pythonPackages.google-music-utils: init at 2.0.0
2019-01-18 21:15:50 +00:00
Jake Waksbaum
13d5fa6720
pythonPackages.tenacity: init at 5.0.2
2019-01-18 21:15:50 +00:00
Jake Waksbaum
355d49cebb
pythonPackages.click-default-group: init at 1.2
2019-01-18 21:15:50 +00:00
Jake Waksbaum
e27bef23f1
pythonPackages.google-music-proto: init at 2.2.0
2019-01-18 21:15:50 +00:00
Jake Waksbaum
ec669e2ca3
pythonPackages.audio-metadata: init at 0.3.0
2019-01-18 21:15:49 +00:00
Jake Waksbaum
41b69023da
pythonPackages.bitstruct: init at 6.0.0
2019-01-18 21:15:49 +00:00
Jake Waksbaum
bffc32260f
pythonPackages.bidict: init at 0.17.5
2019-01-18 21:15:49 +00:00
Jake Waksbaum
2c78b87f5e
pythonPackages.pprintpp: init at 0.4.0
2019-01-18 21:15:49 +00:00
Timo Kaufmann
2bc0e00372
vimUtils.buildVimPlugin: write vim errors to stderr
...
Previously vim would silently fail when help tags couldn't be generated.
We need to pass the "verbose" flag (with verbose level 1) to convince
vim to print errors to standard error.
2019-01-18 21:18:35 +01:00
Timo Kaufmann
ab22e8cc9c
neovim: generate remote plugin manifest
...
This makes sure the user doesn't have to call `UpdateRemotePlugins`
manually for plugins installed through nix. A minor patch to neovim is
necessary, but it should be harmless. See
https://github.com/neovim/neovim/issues/9413 for a discussion about
the patch.
2019-01-18 21:18:32 +01:00
Timo Kaufmann
51c4768f67
neovim: fix indentation
2019-01-18 21:15:17 +01:00
worldofpeace
9d6fc7ad04
nixos/file-roller: init
2019-01-18 15:04:36 -05:00
R. RyanTM
a26117593d
python37Packages.python-gitlab: 1.6.0 -> 1.7.0 ( #54078 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-python-gitlab/versions
2019-01-18 20:24:36 +01:00
R. RyanTM
a70f5d741f
python37Packages.trio: 0.9.0 -> 0.10.0 ( #54098 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-trio/versions
2019-01-18 20:15:47 +01:00
R. RyanTM
1d1aa5e96e
python37Packages.pytest-benchmark: 3.1.1 -> 3.2.2 ( #54099 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-benchmark/versions
2019-01-18 19:56:00 +01:00
zimbatm
8baa0a4a34
Merge pull request #52937 from stephengroat/patch-4
...
terraform-providers: new providers + version bumps
2019-01-18 18:45:35 +00:00
Stephen
ab2c1a7bed
terraform-providers: limit subpackages
...
https://github.com/NixOS/nixpkgs/pull/52937#issuecomment-455629855
2019-01-18 09:49:19 -08:00
Matthew Bauer
1ff9a93e1c
nixos/doc: bs=1000000 for dd args ( #54280 )
...
Not all dd implementations take ‘bs=1m’. Better to just list it out
fully to reduce potential for problems.
Fixes #54181 .
2019-01-18 19:19:00 +02:00
Danylo Hlynskyi
d85bb370db
Merge pull request #54281 from buffet/nixos-manual/update-dm
...
Updated default DM in NixOS manual
2019-01-18 19:16:21 +02:00
buffet
5c06a4a30c
Updated default DM
2019-01-18 18:11:00 +01:00
zimbatm
f077a27b9c
terraform-docs: 0.5.0 -> 0.6.0
2019-01-18 18:04:46 +01:00
zimbatm
6d022fb6cc
terraform_0_12: 0.12.0-alpha2 -> 0.12.0-alpha4
2019-01-18 17:25:20 +01:00
Stephen
d5a3e32006
terraform-providers: bump versions
2019-01-18 08:06:18 -08:00
Robert Schütz
9a601e228d
Merge pull request #54102 from r-ryantm/auto-update/python3.7-jaraco.itertools
...
python37Packages.jaraco_itertools: 3.0.0 -> 4.0.0
2019-01-18 16:59:07 +01:00
R. RyanTM
fdf7a22bbb
ammonite: 1.6.0 -> 1.6.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2019-01-18 10:53:51 -05:00
Robert Schütz
c48b43cacc
python.pkgs.jaraco_itertools: add meta and run tests
2019-01-18 16:50:57 +01:00
Robert Schütz
b86ad89af5
Merge pull request #54275 from timokau/youtube-dl-fix
...
youtube-dl: 2019.01.16 -> 2019.01.17
2019-01-18 16:26:26 +01:00
Timo Kaufmann
a1169afded
youtube-dl: 2019.01.16 -> 2019.01.17
...
Fixes an issue with youtube, see
https://github.com/rg3/youtube-dl/issues/18891
2019-01-18 16:05:39 +01:00