Commit Graph

153288 Commits

Author SHA1 Message Date
Jörg Thalheim
62aadba1fd
Merge pull request #46955 from timbertson/nix-pin
nix-pin: 0.3.4 -> 0.4.0
2018-09-20 18:39:51 +01:00
Jörg Thalheim
9134d44998
Merge pull request #46982 from tkerber/fix-plug
vim-utils: fix broken vim-plug implementation.
2018-09-20 18:34:30 +01:00
Jörg Thalheim
d2f1f327e8
Merge pull request #46986 from AesaKamar/aesa/scalafmt/140-151
scalafmt: 1.4.0 -> 1.5.1
2018-09-20 18:33:04 +01:00
Jörg Thalheim
790a72d23c
Merge pull request #47008 from Tomahna/mopidy-iris
mopidy-iris: 3.25.1 -> 3.26.0
2018-09-20 18:30:35 +01:00
José Romildo Malaquias
06daa1bb7a numix-icon-theme-square: 18-08-17 -> 18.09.19 2018-09-20 14:16:53 -03:00
José Romildo Malaquias
273501303c numix-icon-theme-circle: 18-08-17 -> 18.09.19 2018-09-20 14:13:13 -03:00
Graham Christensen
aedc651903
dockerTools.buildImage: test that created=now makes an unstable date 2018-09-20 13:06:14 -04:00
R. RyanTM
ae093d7d9b libre: 0.5.8 -> 0.5.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libre/versions
2018-09-20 18:50:32 +02:00
R. RyanTM
31ea743d13 metabase: 0.30.1 -> 0.30.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/metabase/versions
2018-09-20 18:50:03 +02:00
R. RyanTM
3222fe1756 smcroute: 2.4.1 -> 2.4.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/smcroute/versions
2018-09-20 16:42:09 +00:00
R. RyanTM
afa5e20b05 ncmpc: 0.30 -> 0.31
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncmpc/versions
2018-09-20 16:41:07 +00:00
R. RyanTM
a454984adb mediainfo: 18.08 -> 18.08.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/mediainfo/versions
2018-09-20 18:39:37 +02:00
José Romildo Malaquias
0c631248c1 tint2: 16.4 -> 16.6.1 (#46994) 2018-09-20 18:37:33 +02:00
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
adisbladis
b0987f2013
Merge pull request #46510 from worldofpeace/installer-refactor
installer: refactor
2018-09-20 22:55:42 +08: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
Will Dietz
8908bc4e19 range-v3: 0.3.6 -> 0.3.7 2018-09-20 09:27:30 -05: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
xeji
05659962cd
nixos/tests/networking.virtual: prevent non-deterministic failure (#46949)
The test failed non-deterministically on Hydra because interfaces
sometimes weren't yet fully cleaned up when the result was checked.
2018-09-20 13:20:12 +02:00
Maximilian Bosch
8b58a7187c nixos/yabar: fix module & test (#46954)
The `pkgs.yabar` package is relatively old (2016-04) and contains
several issues fixed on master. `yabar-unstable` containsa recent master
build with several fixes and a lot of new features (I use
`yabar-unstable` for some time now and had no issues with it).

In the upstream bugtracker some bugs could be fixed on ArchLinux by
simply installing `yabar-git` (an AUR package which builds a recent
master).

To stabilize the module, the option `programs.yabar.package` now
defaults to `pkgs.yabar-unstable` and yields a warning with several
linked issues that are known on `pkgs.yabar`.

The test has been refactored as well to ensure that `yabar` actually
starts (and avoid non-deterministic random success) and takes a
screenshot of a very minimalistic configuration on IceWM.

Fixes #46899
2018-09-20 12:47:46 +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
Eric Litak
8ed49d7ec8 factorio: experimental=true includes stable builds, when newer 2018-09-20 02:27:42 -07:00
Eric Litak
ff22306255 factorio: download using token, not password
Downloads were broken by upstream devs' addition of CAPTCHA to the login
form. We now need only a slightly modified fetchurl to retrieve the
binary distribution.
2018-09-20 02:27:42 -07: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
1552f2ef68 doc/vim: remove some vim-plug redundancy 2018-09-20 08:20:11 +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
c1d8b1e266
doc: Add section about vim-plug 2018-09-20 09:05:33 +02:00
Roman Volosatovs
516a83c0e8
vimPlugins: Add vim-plug addon implementation 2018-09-20 08:52:32 +02:00