Kevin Rauscher
7d20233dc3
mopidy-iris: 3.25.1 -> 3.26.0
2018-09-20 18:28:37 +02:00
Graham Christensen
a32d7e0c74
dockerTools.buildImage: support impure dates
...
Because dates are an impurity, by default buildImage will use a static
date of one second past the UNIX Epoch. This can be a bit frustrating
when listing docker images in the CLI:
$ docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
hello latest 08c791c7846e 48 years ago 25.2MB
If you want to trade the purity for a better user experience, you can
set created to now.
pkgs.dockerTools.buildImage {
name = "hello";
tag = "latest";
created = "now";
contents = pkgs.hello;
config.Cmd = [ "/bin/hello" ];
}
and now the Docker CLI will display a reasonable date and sort the
images as expected:
$ docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
hello latest de2bf4786de6 About a minute ago 25.2MB
2018-09-20 18:26:02 +02:00
R. RyanTM
da78d3e829
links2: 2.16 -> 2.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
2018-09-20 08:34:23 -07:00
Ryan Mulligan
23efdac23c
Merge pull request #46969 from r-ryantm/auto-update/rdma-core
...
rdma-core: 19 -> 20
2018-09-20 07:38:27 -07:00
AesaKamar
b914cf8083
scalafmt 1.4.0 -> 1.5.1
2018-09-20 10:18:38 -04:00
Tim Steinbach
7d30b3d10c
linux: 4.18.8 -> 4.18.9
2018-09-20 09:52:48 -04:00
Tim Steinbach
28fee11e1c
linux: 4.14.70 -> 4.14.71
2018-09-20 09:52:48 -04:00
Tim Steinbach
5509a39e9a
linux: 4.9.127 -> 4.9.128
2018-09-20 09:52:48 -04:00
Tim Steinbach
7ead7a4a67
linux: 4.4.156 -> 4.4.157
2018-09-20 09:52:48 -04:00
Jan Tojnar
95a6df0422
Merge pull request #46976 from r-ryantm/auto-update/pulseeffects
...
pulseeffects: 4.3.4 -> 4.3.5
2018-09-20 15:46:40 +02:00
Thomas Kerber
3afe74864c
vim-utils: fix broken vim-plug implementation.
2018-09-20 14:41:12 +01:00
R. RyanTM
8eba6994e2
pulseeffects: 4.3.4 -> 4.3.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulseeffects/versions
2018-09-20 06:18:52 -07:00
R. RyanTM
069cfb5899
rdma-core: 19 -> 20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2018-09-20 05:23:48 -07:00
Bas van Dijk
b2042983ef
Merge pull request #46956 from Taneb/sbv-fix-z3
...
haskellPackages.sbv: fix location of z3 executable
2018-09-20 14:03:36 +02:00
Jörg Thalheim
c6d0260239
Merge pull request #46953 from xeji/p/gitlab-platforms
...
gitlab: add missing meta.platforms
2018-09-20 11:47:04 +01:00
Nathan van Doorn
c8598daad4
haskellPackages.sbv: fix location of z3 executable
...
A lot of the functionality of the z3 library depends on it being able to
find the z3 executable on $PATH. Hard-coding it here means it will never
be unable to find it and z3 doesn't need to pollute $PATH.
2018-09-20 11:45:16 +01:00
Jörg Thalheim
22f97f4dcf
Merge pull request #46943 from lheckemann/glxinfo-bump
...
glxinfo: 8.3.0 -> 8.4.0
2018-09-20 11:43:35 +01:00
Uli Baum
8cd90e40be
gitlab: add missing meta.platforms
2018-09-20 12:27:24 +02:00
Linus Heckemann
e03b99c309
glxinfo: add es2gears, es2_info
2018-09-20 10:46:42 +01:00
Linus Heckemann
2e9e443005
glxinfo: 8.3.0 -> 8.4.0
2018-09-20 09:43:56 +01:00
Sarah Brofeldt
280ebc2e40
Merge pull request #46906 from vbgl/ocaml-cohttp-1.1.1
...
ocamlPackages.cohttp: 1.0.2 -> 1.1.1
2018-09-20 10:01:48 +02:00
Will Dietz
2eed7b7350
compton{,-git}: bump to v2, set COMPTON_VERSION so '--version' has sane output ( #46685 )
...
Previously they both would claim to be 'git--' :).
2018-09-20 10:00:18 +02:00
Sam Parkinson
0e1f3ef01a
vim-tsx: init at 2017-03-16
...
fixes #46728
2018-09-20 08:44:45 +01:00
Jörg Thalheim
6fdec2b3a4
vimPlugins: update.py also needs nix-prefetch-git
2018-09-20 08:42:46 +01:00
Jörg Thalheim
f2516b10cb
Merge pull request #46933 from r-ryantm/auto-update/wireguard-tools
...
wireguard-tools: 0.0.20180904 -> 0.0.20180918
2018-09-20 08:32:26 +01:00
Jörg Thalheim
d3301541b9
Merge pull request #46751 from rvolosatovs/feature/vim-plugins
...
vimPlugins: vim-plug, fixes and updates
2018-09-20 08:27:25 +01:00
Jörg Thalheim
bd46155a8d
vimUtils: replace vim-addon-nix with vim-nix
...
vim-addon-nix throws weird errors on startup
2018-09-20 08:26:03 +01:00
Jörg Thalheim
3388263e82
Merge pull request #46752 from rvolosatovs/feature/gotools
...
Gotools etc. update, remove goimports
2018-09-20 08:16:43 +01:00
Roman Volosatovs
516a83c0e8
vimPlugins: Add vim-plug addon implementation
2018-09-20 08:52:32 +02:00
Roman Volosatovs
3f47dfff3b
vimPlugins: Add vim-plug, update plugins
2018-09-20 08:52:32 +02:00
Roman Volosatovs
d82d6a7dae
vimPlugins: shougo -> Shougo
2018-09-20 08:51:29 +02:00
R. RyanTM
03d8620098
wireguard-tools: 0.0.20180904 -> 0.0.20180918
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-09-19 22:41:10 -07:00
adisbladis
42f486703d
overmind: 2.0.0.beta1 -> 1.2.1
...
Newer version has some weird failure cases related to PATH
2018-09-20 10:10:07 +08:00
Will Dietz
254218bffb
pahole: (??) -> v1.12, cleanup ( #46913 )
...
(roughly 2015-09-15 -> 2018-08-16)
2018-09-20 00:28:05 +02:00
Vladyslav M
4a77150d8b
qbittorrent: 4.1.2 -> 4.1.3 ( #46917 )
2018-09-20 00:25:38 +02:00
Eelco Dolstra
869f615ff4
nix: 2.1.1 -> 2.1.2
2018-09-20 00:17:45 +02:00
Will Dietz
6e9cc8871f
brotli: 1.0.5 -> 1.0.6 ( #46903 )
2018-09-20 00:10:47 +02:00
Will Dietz
d6b9252d67
editline: 1.15.3 -> 1.16.0 ( #46897 )
...
https://github.com/troglobit/editline/releases/tag/1.16.0
2018-09-19 23:55:50 +02:00
Will Dietz
b73fa49eaa
Merge pull request #46911 from dtzWill/update/undervolt-2.9
...
undervolt: 2.8 -> 2.9
2018-09-19 16:55:01 -05:00
xeji
f3a0c8a3aa
pythonPackages.nilearn: disable still failing tests ( #46918 )
...
A previous attempt to fix tests failing on some machines (#46850 )
was unsuccessful, they still failed on Hydra sometimes while
succeeding locally. Revert #46850 and disable these tests instead.
2018-09-19 23:50:22 +02:00
Jan Tojnar
82cc6a7510
Merge pull request #46779 from Ma27/package-ibus-typing-booster
...
ibus-typing-booster: init at 2.1.1
2018-09-19 23:43:56 +02:00
xeji
a0c5dd8a09
arelle: fix build, use current python3 ( #46862 )
...
It was pinned to python34, build failed in dependency
python34Packages.pytest. Use python3(6) instead.
2018-09-19 22:18:29 +02:00
Maximilian Bosch
dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
...
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster
Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html
A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:
```nix
{
emojipicker = { pkgs, ... }: {
services.xserver = {
enable = true;
desktopManager.gnome3.enable = true;
desktopManager.xterm.enable = false;
};
users.extraUsers.vm = {
password = "vm";
isNormalUser = true;
};
i18n.inputMethod.ibus.engines = [
pkgs.ibus-engines.typing-booster
];
i18n.inputMethod.enabled = "ibus";
virtualisation.memorySize = 2048;
};
}
```
Fixes #38721
2018-09-19 21:27:10 +02:00
Will Dietz
76e22c76b0
undervolt: 2.8 -> 2.9
2018-09-19 14:24:06 -05:00
worldofpeace
34a94e3b75
lightdm: ensure run-directory is /run/lightdm ( #46907 )
2018-09-19 21:23:56 +02:00
Will Dietz
6108d6ada8
i7z: use qt5 for gui (when enabled), various fixes from debian
2018-09-19 14:18:34 -05:00
Will Dietz
9219580c82
i7z: simplify a bit
2018-09-19 14:04:48 -05:00
Peter Simons
6e4c666a67
git-annex: update sha256 hash for new version 6.20180913
2018-09-19 21:04:41 +02:00
Peter Simons
c18a0becf2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
439b9af37f
.
2018-09-19 21:04:41 +02:00
Peter Simons
72e2ab2c72
cabal2nix: update yaml override to the latest version
2018-09-19 21:04:41 +02:00
Michael Alan Dorman
c5467e8f73
cabal-install: use newer version of Cabal library
2018-09-19 21:04:41 +02:00
Peter Simons
4b129a73db
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
d5215acecc
.
2018-09-19 21:04:41 +02:00
Peter Simons
234a24cbeb
LTS Haskell 12.10
2018-09-19 21:04:40 +02:00
Peter Simons
3c95fb13ee
Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactor
...
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
2018-09-19 20:50:50 +02:00
Chris Ostrouchov
e1ed5b26c9
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
...
Author acknowleges test failing (change when no longer 0.3.2.1).
https://github.com/lierdakil/pandoc-crossref/issues/199
2018-09-19 14:47:41 -04:00
Will Dietz
6bb07ecbbc
i7z: move to maintained fork (FreeBSD folks), 0.27.2 -> 0.27.3
2018-09-19 13:25:43 -05:00
Michael Weiss
e8a35913e1
jekyll: 3.8.3 -> 3.8.4 (security)
2018-09-19 19:16:16 +02:00
Michael Weiss
265c5fc485
gollum: 4.1.2 -> 4.1.3
2018-09-19 19:07:20 +02:00
Vincent Laporte
a3c820d79c
ocamlPackages.cohttp: 1.0.2 -> 1.1.1
2018-09-19 16:50:21 +00:00
John Ericson
aff090292c
Merge pull request #46905 from obsidiansystems/zlib-ios
...
zlib: Fix iOS cross build
2018-09-19 12:49:09 -04:00
Till Höppner
5fb0ed64d0
appimage-run: Support type-1 Appimages ( #45973 )
...
This attempts to detect older appimages and extract them
in the same manner as new ones, without changing filesystem paths
2018-09-19 18:42:12 +02:00
Michael Weiss
3410dcd90e
signal-desktop: 1.16.0 -> 1.16.1
2018-09-19 18:32:42 +02:00
John Ericson
cc83d59333
zlib: Fix iOS cross build
...
1. CHOST is how one specifies the cross host platform with this
non-standard configure script. We were just getting lucky with Linux
cross.
2. install_name_tool needs the the binutils prefix.
2018-09-19 12:10:09 -04:00
xeji
d57c9ec407
exempi: fix i686 build ( #46884 )
...
failed with `unknown symbol __divmoddi4`.
Standard fix is to use gcc6.
2018-09-19 16:20:00 +02:00
xeji
012682222f
openxpki: fix build, use current python3Packages ( #46860 )
...
Build used python34Packages and failed because python34Packages.pytest
didn't build anymore. Use python3Packages instead.
2018-09-19 16:16:19 +02:00
xeji
c9969162ab
czmq: 4.0.2 -> 4.1.1 ( #46855 )
2018-09-19 16:15:51 +02:00
xeji
970393c34a
pythonPackages.nilearn: fix test_signal tests ( #46850 )
...
These tests failed on some machines, probably due to lower arithmetic
presicion. Reduce required precision from 13 to 8 decimal digits.
2018-09-19 16:15:02 +02:00
Jörg Thalheim
cffad7fb63
Merge pull request #46895 from Mic92/typeguard
...
python3.pkgs.typeguard: fix builds by applying utf-8 locales
2018-09-19 15:13:46 +01:00
Jörg Thalheim
4bd4cda3a7
Merge pull request #46894 from romildo/upd.zuki-themes
...
zuki-themes: 3.28-1 -> 3.28-3
2018-09-19 15:12:55 +01:00
Jörg Thalheim
b224eef108
python3.pkgs.typeguard: fix builds by applying utf-8 locales
...
ZHF #45960
2018-09-19 15:11:31 +01:00
José Romildo Malaquias
32cd582645
plano-theme: 3.28-2 -> 3.28-3 ( #46892 )
2018-09-19 16:02:33 +02:00
Jörg Thalheim
c73b9cf6ab
Merge pull request #46887 from mamciek/myrepos-1.20170129
...
mr: 1.20170129 -> 1.20180726
2018-09-19 15:01:03 +01:00
José Romildo Malaquias
af1c268b55
zuki-themes: 3.28-1 -> 3.28-3
2018-09-19 10:57:59 -03:00
Ryan Mulligan
d531b8db6f
Merge pull request #46843 from jslight90/mattermost
...
mattermost: 5.1.0 -> 5.3.0
2018-09-19 06:40:46 -07:00
Pascal Wittmann
047c23782c
homebank: 5.1.8 -> 5.2.1
2018-09-19 15:05:17 +02:00
Maciej Mazur
5843e43d23
mr: 1.20170129 -> 1.20180726
2018-09-19 14:35:47 +02:00
aszlig
48d1c50f7a
python/hetzner: 0.8.0 -> 0.8.1
...
This is only a minor bugfix release and updates the fallback CA root
certificates. For NixOS this is usually not required as the probe paths
will match there, but for non-NixOS users it might be helpful.
Signed-off-by: aszlig <aszlig@nix.build>
2018-09-19 14:26:13 +02:00
Uli Baum
08b94e3c45
Revert "iasl: 20180313 -> 20180629 ( #46272 )"
...
This reverts commit 11d0ae3632
.
It broke xen.
2018-09-19 12:03:44 +02:00
xeji
dd57a1fd40
Merge pull request #46871 from dtzWill/fix/musl-misc-upstream
...
musl: apply other selected upstream fixes while rebuilding
2018-09-19 11:15:37 +02:00
adisbladis
9cc7be6639
Merge pull request #46877 from marsam/feature/fix-noti-darwin
...
noti: fix darwin build
2018-09-19 15:47:23 +08:00
Benjamin Staffin
71c43f8c4a
ddccontrol-db: 20061014 -> 20180908 ( #46865 )
...
The project has moved to Github and has a totally different build
process since 2006
2018-09-19 09:33:07 +02:00
lewo
5697da2f3e
Merge pull request #46880 from endgame/dockerTools-pullImage-arch
...
dockerTools.pullImage: correct default arch
2018-09-19 09:26:48 +02:00
adisbladis
71bb7f6986
Merge pull request #46868 from benley/ddccontrol
...
ddccontrol: 0.4.2 -> 0.4.4
2018-09-19 15:25:49 +08:00
adisbladis
efa3a9577f
Merge pull request #46878 from bhipple/add/python-binance
...
pythonPackages.python-binance: init at 0.7.0
2018-09-19 15:25:19 +08:00
Will Dietz
2608649de7
sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)
...
(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
2018-09-19 08:48:05 +02:00
Will Dietz
b026786e77
sudo: 1.8.24 -> 1.8.25 ( #46057 )
...
https://www.sudo.ws/stable.html
(may need to scroll to the 1.8.25 notes
afternewer versions are released)
(cherry picked from commit d93aa1c50f
)
2018-09-19 08:47:19 +02:00
Jack Kelly
af5eab6ea6
dockerTools.pullImage: correct default arch
2018-09-19 16:13:15 +10:00
Benjamin Hipple
426c2856d7
pythonPackages.python-binance: init at 0.7.0
...
Library for communicating with the Binance REST API.
2018-09-18 21:44:27 -04:00
Mario Rodas
4c56eb81e9
noti: fix darwin build
2018-09-18 20:13:46 -05:00
xeji
4927a248b5
Merge pull request #46870 from dtzWill/fix/musl-file-locking
...
musl: apply upstream fix for locking race, minor cleanup
2018-09-19 02:21:19 +02:00
John Ericson
f4be0b45dd
Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flag
...
haskell infra: Also pass `--with-ar` in cross builds
2018-09-18 19:14:13 -04:00
John Ericson
750933a17c
haskell infra: Also pass --with-ar
in cross builds
2018-09-18 18:49:58 -04:00
Will Dietz
697859fdc5
musl: apply other upstream fixes, selected for relevance to NixOS usage
2018-09-18 17:41:58 -05:00
Will Dietz
4305e7d5ec
musl: apply upstream fix for file locking race
2018-09-18 17:13:54 -05:00
Will Dietz
ea326dd4b5
musl: convert CFLAGS to array
2018-09-18 17:13:53 -05:00
Benjamin Staffin
8b778c7798
ddccontrol: 0.4.2 -> 0.4.4
2018-09-18 17:49:52 -04:00
John Ericson
35378f0141
Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep
...
misc pkgs: various cross fixes in preparation for darwin->linux
2018-09-18 16:52:30 -04:00
John Ericson
2091133e78
gcc: Clarify Disabling libmpx in cross stage static
...
This isn't a MUSL thing, but just needed for cross compilation to x86.
No one had tried this when all cross compilation was to linux + glibc,
hence why no one noticed this until recently.
2018-09-18 16:27:04 -04:00
John Ericson
28a323e331
gccCrossStageStatic: Don't use MUSL, or any libc when targetting linux
...
Only the regular GCC is built with a libc dependency.
2018-09-18 16:27:04 -04:00
John Ericson
f2bb59e710
stdenv linux, stdenv cross: Harmonize extraNativeBuildInputs
...
Want to make sure these are the same per host platform, without duplication.
2018-09-18 16:27:04 -04:00
John Ericson
2111e7b742
mkDerivation: Make separateDebugInfo
assertion lazier to match other assertions
...
This is needed to access attributes of derivations on platforms where
they cannot be built.
2018-09-18 16:25:19 -04:00
Bas van Dijk
8228c787b4
Merge pull request #46837 from Taneb/JuicyPixels-docs
...
haskellPackages.JuicyPixels: re-enable Haddock
2018-09-18 21:46:06 +02:00
Jan Tojnar
4bc023b583
Merge pull request #46849 from worldofpeace/lollypop-portal/fix-build
...
lollypop-portal: add python3
2018-09-18 21:24:42 +02:00
Domen Kožar
943871a866
datadog-integrtaions-core: 2018-05-27 -> 2018-09-18
2018-09-18 20:22:14 +01:00
worldofpeace
eeb9e9473f
lollypop-portal: add python3
2018-09-18 14:42:25 -04:00
Jan Tojnar
747450ef49
Merge pull request #46848 from worldofpeace/aesop/fix-build
...
aesop: fix build with vala_42
2018-09-18 20:20:49 +02:00
worldofpeace
91fe7f5447
aesop: fix build with vala_42
2018-09-18 13:51:14 -04:00
Frederik Rietdijk
3126be4308
Merge pull request #46627 from costrouc/costrouc/dask-extensions
...
pythonPackages.dask-*: init
2018-09-18 19:24:49 +02:00
R. RyanTM
11d0ae3632
iasl: 20180313 -> 20180629 ( #46272 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
iasl
2018-09-18 19:16:37 +02:00
Assassinkin
de9fb389f4
pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support
2018-09-18 19:05:34 +02:00
Roger Qiu
31554915a4
pythonPackages.bjoern: init at 2.2.2
2018-09-18 18:51:51 +02:00
R. RyanTM
9064d9db00
cstore_fdw: 1.6.1 -> 1.6.2 ( #46291 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cstore_fdw/versions
2018-09-18 18:26:08 +02:00
R. RyanTM
9cfbcc28d0
gmock: 1.8.0 -> 1.8.1 ( #46273 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gtest
2018-09-18 18:24:08 +02:00
WilliButz
b59cd2bc17
prometheus-json-exporter: add patch to support bool parsing
2018-09-18 18:21:00 +02:00
WilliButz
b712736283
prometheus-json-exporter: 2016-09-13 -> 2017-10-06
2018-09-18 18:21:00 +02:00
R. RyanTM
9d288e7da3
qtox: 1.16.1 -> 1.16.3 ( #46204 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qtox
2018-09-18 18:12:37 +02:00
R. RyanTM
c9a8631201
ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 ( #46263 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
2018-09-18 18:10:42 +02:00
R. RyanTM
dcd6977b11
groonga: 8.0.5 -> 8.0.6 ( #46277 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
groonga
2018-09-18 18:08:47 +02:00
R. RyanTM
e070dae0a4
pcapfix: 1.1.1 -> 1.1.2 ( #46223 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pcapfix
2018-09-18 18:08:04 +02:00
R. RyanTM
4af4018710
jaaa: 0.8.4 -> 0.9.2 ( #46261 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
jaaa
2018-09-18 18:07:30 +02:00
R. RyanTM
7ffa71c23e
neo4j: 3.4.5 -> 3.4.6 ( #46244 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
neo4j
2018-09-18 18:06:34 +02:00
R. RyanTM
6557bcde9f
checkSSLCert: 1.64.0 -> 1.72.0 ( #46290 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/check_ssl_cert/versions
2018-09-18 18:05:19 +02:00
R. RyanTM
11883b1afb
drumgizmo: 0.9.15 -> 0.9.16 ( #46296 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drumgizmo/versions
2018-09-18 18:03:39 +02:00
R. RyanTM
10aac9d615
japa: 0.8.4 -> 0.9.2 ( #46266 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
japa
2018-09-18 18:01:39 +02:00
R. RyanTM
57062f9072
riot-web: 0.16.0 -> 0.16.2 ( #46190 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
riot-web
2018-09-18 17:58:57 +02:00
R. RyanTM
b6a21f6288
varnish6: 6.0.0 -> 6.0.1 ( #46170 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
varnish
2018-09-18 17:57:10 +02:00
Graham Christensen
301109a2dd
elf-header-real: fixup outputsToInstall
2018-09-18 10:51:47 -04:00
Graham Christensen
b80c9ce4a9
stdenv: Validate meta.outputsToInstall
...
If meta.outputsToInstall is set to include absent outputs, various
tools break including channel updates and nix-env.
grahamc@Morbo> nix-env -i -f . -A elf-header-real
installing 'elf-header'
error: this derivation has bad 'meta.outputsToInstall'
This patch verifies each value in meta.outputsToInstall is a valid
output. It validates this condition only if checkMeta is true.
grahamc@Morbo> nix-build . -A elf-header-real
error: Package ‘elf-header’ in /home/grahamc/projects/nixpkgs/pkgs/development/libraries/elf-header/default.nix:36 has invalid meta.outputsToInstall, refusing to evaluate.
The package elf-header has set meta.outputsToInstall to: bin
however elf-header only has the outputs: out
and is missing the following ouputs:
- bin
(use '--show-trace' to show detailed location information)
Note, now the nix-env experience is decidedly worse for users who have
checkMeta set to true:
grahamc@Morbo> nix-env -i -f . -A elf-header-real; echo $?
0
though since this is already an issue for unfree, broken, unsupported,
and insecure validity problems I'm not sure we should do something
different here.
2018-09-18 10:38:44 -04:00
Nathan van Doorn
d6dc56180b
haskellPackages.JuicyPixels: re-enable Haddock
...
This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
2018-09-18 15:29:58 +01:00
Bas van Dijk
0a30853461
Merge pull request #46512 from michaelpj/imp/haskell-benchmarks
...
haskell lib: add --enable-benchmarks in doBenchmark
2018-09-18 14:57:03 +02:00
Jörg Thalheim
ad11711387
Merge pull request #46829 from adamtulinius/patch-3
...
pythonPackages.gmpy: update homepage
2018-09-18 13:55:02 +01:00
Adam Finn Tulinius
c7e35b256c
pythonPackages.gmpy2: update homepage
2018-09-18 14:29:48 +02:00
Jörg Thalheim
96757b7181
Merge pull request #46279 from r-ryantm/auto-update/godot
...
godot: 3.0.4 -> 3.0.6
2018-09-18 13:27:00 +01:00
Jörg Thalheim
efeea06ca1
Merge pull request #46283 from r-ryantm/auto-update/frostwire
...
frostwire-bin: 6.7.1 -> 6.7.2
2018-09-18 13:25:50 +01:00
Adam Finn Tulinius
74d1f4c20b
pythonPackages.gmpy: update homepage
2018-09-18 14:25:28 +02:00
Jörg Thalheim
99d05a6a6f
Merge pull request #46287 from r-ryantm/auto-update/flow
...
flow: 0.79.0 -> 0.80.0
2018-09-18 13:23:51 +01:00
Jörg Thalheim
06a45d6b33
Merge pull request #46823 from dywedir/pgcli
...
pgcli: 1.6.0 -> 1.10.3, pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 13:19:44 +01:00
Jörg Thalheim
4a527bc601
Merge pull request #46825 from adamtulinius/patch-2
...
OVMF: update homepage
2018-09-18 13:16:26 +01:00
Jörg Thalheim
57da7993e3
Merge pull request #46824 from borisbabic/update/gitAndTools.pre-commit-1.11.0
...
gitAndTools.pre-commit: 1.10.4 -> 1.11.0
2018-09-18 13:15:52 +01:00
José Romildo Malaquias
1944defa4c
greybird: remove license cc-by-nc-sa-30 ( #46802 )
...
Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later.
The first is free, and the second is unfree in nixpkgs. Currently both
licenses are listed in the package derivation. And nix takes that it is
unfree. If one of the licenses in the list is unfree. nix consider
that the software is unfree. Remove the unfree one.
2018-09-18 13:29:28 +02:00
Adam Finn Tulinius
8b8474b1b5
OVMF: update homepage
...
Tianocore was apparently moved from SourceForge to GitHub.
2018-09-18 13:18:41 +02:00
Vladyslav Mykhailichenko
56b59b250f
pgcli: 1.6.0 -> 1.10.3
2018-09-18 14:08:26 +03:00
Boris Babic
9f25c99cb1
gitAndTools.pre-commit: 1.10.4 -> 1.11.0
2018-09-18 13:06:50 +02:00
Vladyslav Mykhailichenko
336a913f42
pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 14:00:59 +03:00
Tim Cuthbertson
4200e68e04
nix-pin: 0.3.4 -> 0.4.0
2018-09-18 20:48:21 +10:00
Adam Finn Tulinius
b3bb82c186
coreclr: update homepage
...
Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
2018-09-18 12:47:37 +02:00
Jörg Thalheim
7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
...
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Jörg Thalheim
947ae71dce
Merge pull request #46547 from ivanbrennan/r-devtools
...
git2r: add SSH support
2018-09-18 10:10:29 +01:00
Jörg Thalheim
baa8dc35d5
Merge pull request #46736 from clefru/mpack
...
mpack: Invoke /run/wrappers/bin/sendmail via execvp
2018-09-18 10:01:00 +01:00
Clemens Fruhwirth
6d97096d8b
mpack: Invoke /run/wrappers/bin/sendmail via execvp
...
Calling /run/current-sw/bin/sendmail fails under postfix because
setgid bits are not set. Switching the hardcoded path to an invocation
via execvp should cover both cases, when the sendmail binary is
setgid-wrapped and when it is not.
2018-09-18 10:48:55 +02:00