Michael Raskin
7ff8a16f07
Merge pull request #55050 from aanderse/redmine-extra-env
...
nixos/redmine: add an extraEnv option, enable automatic log rotation
2019-02-04 16:28:58 +00:00
R. RyanTM
8107b31f86
python37Packages.distributed: 1.25.2 -> 1.25.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/python3.7-distributed/versions
2019-02-04 08:05:10 -08:00
R. RyanTM
16b573049c
python37Packages.braintree: 3.50.0 -> 3.51.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/python3.7-braintree/versions
2019-02-04 06:51:24 -08:00
Matthew Bauer
2c31b950e1
Merge pull request #55053 from vbgl/mkderivation-lazy-name
...
mkDerivation: cleaner handling of the `name` argument
2019-02-04 09:42:22 -05:00
Eelco Dolstra
e3c36178fe
Merge pull request #55158 from grahamc/reproducible-perl
...
perl: make reproducible
2019-02-04 15:32:47 +01:00
Matthew Bauer
c6f8f8d98d
make-derivation: only modify name when name is given
...
This preserves Nix’s native error handling of missing name:
error: derivation name missing
2019-02-04 09:15:03 -05:00
Graham Christensen
df8b6728a8
perl: make reproducible
...
Perl likes to capture impure data, needlessly.
- Configure time (cf_time): make 1 second past epoch
- Target system (uname): use less uname information
2019-02-04 09:10:22 -05:00
Peter Simons
790e14c0d7
Merge pull request #55196 from guibou/primesieve
...
Introduce the primesieve package
2019-02-04 14:31:50 +01:00
Guillaume Bouchard
3652cfec28
haskellPackages.primesieve: fix build
...
Temporaries changes in `configuration-common.nix` to fix the cabal
file which does not specify that the haskell library depends on the
C++ shared library. Pull request had been sent upstream.
2019-02-04 13:50:52 +01:00
Guillaume Bouchard
9f0ee6c606
primesieve: init at 7.3
2019-02-04 13:03:50 +01:00
Pascal Wittmann
3bd7a3b3b9
Merge pull request #55151 from dtzWill/update/zsh-5.7.1
...
zsh: 5.7 -> 5.7.1
2019-02-04 12:39:01 +01:00
Matthieu Coudron
2ba891788b
Lua generate nix packages from luarocks ( #54978 )
...
* lua: generate packages from luarocks
* luarocks-nix: update
* removed packages already available in nixpkgs
* adressing reviews
update script can now accept another csv file as input with -c
* Remove obsolete comment
2019-02-04 11:30:58 +00:00
R. RyanTM
93b6beeb03
python37Packages.libtmux: 0.8.0 -> 0.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/python3.7-libtmux/versions
2019-02-04 02:44:51 -08:00
Will Dietz
0955567a7d
Merge pull request #55154 from AndersonTorres/package/office-code-pro
...
Office Code Pro: init at 1.004
2019-02-04 04:40:28 -06:00
Joachim F
6e8ce991f8
Merge pull request #55070 from lopsided98/lkl-hijack-fix
...
lkl: install liblkl.so and liblkl-hijack.so
2019-02-04 10:29:47 +00:00
Andreas Rammhold
cd682b7c10
prosody: update communityModules
...
After the latest automatic updates of the prosody package the community
modules were partially incompatible. The worst effect I suffered was a
very high timeout (hours) on reconnects due to the stanza module throwing a
runtime error on the server.
We should probably try harder to keep them in sync.
2019-02-04 11:14:08 +01:00
David Smith
3bfab84929
maintainers: add shmish111
2019-02-04 09:54:25 +00:00
AndersonTorres
787a73639e
Office Code Pro: init at 1.004
2019-02-04 07:45:20 -02:00
Meghea Iulian
76c0ebc710
lxd: fix sh not in path ( #55073 )
...
lxd: add bash to PATH
2019-02-04 09:19:14 +01:00
R. RyanTM
63c9b399c6
qpdf: 8.3.0 -> 8.4.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/qpdf/versions
2019-02-04 00:14:14 -08:00
Will Dietz
b45b49a197
iosevka-bin: 2.0.2 -> 2.1.0
...
https://github.com/be5invis/Iosevka/releases/tag/v2.1.0
2019-02-04 01:54:20 -06:00
Will Dietz
994c3eaec8
rhash: run functional tests not consistency of source dist :)
2019-02-04 01:49:02 -06:00
Will Dietz
bffabe5de1
rhash: 1.3.6 -> 1.3.8
...
https://github.com/rhash/RHash/releases/tag/v1.3.8
https://github.com/rhash/RHash/releases/tag/v1.3.7
2019-02-04 01:49:02 -06:00
Danylo Hlynskyi
72677fa735
Merge pull request #55157 from delroth/fix-postgres-test
...
nixos/tests/postgresql: fix regression from #55106
2019-02-04 08:33:35 +02:00
Michael Raskin
6eee77f455
Merge pull request #55163 from r-ryantm/auto-update/recoll
...
recoll: 1.24.4 -> 1.24.5
2019-02-04 05:54:11 +00:00
Claes Wallin (韋嘉誠)
f81c0c1d8e
racket, racket-minimal: 7.1 -> 7.2 ( #54994 )
...
The old src/configure has been split into src/lt/configure for
classical Racket and src/cs/c/configure for Racket CS (Racket on Chez
Scheme).
2019-02-04 05:52:59 +00:00
Will Dietz
b3d8b2d6ec
bison: 3.3.1 -> 3.3.2
...
http://lists.gnu.org/archive/html/bison-announce/2019-02/msg00000.html
2019-02-03 22:54:03 -06:00
R. RyanTM
f8f14c9a63
recoll: 1.24.4 -> 1.24.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/recoll/versions
2019-02-03 20:02:35 -08:00
Will Dietz
01cd6cda25
xorg.xf86inputlibinput: 0.28.1 -> 0.28.2
...
https://lists.x.org/archives/xorg-announce/2019-February/002938.html
2019-02-03 21:33:03 -06:00
Will Dietz
e79e038b09
acme, certbot: 0.29.1 -> 0.30.2
...
* move to python3
* touchup deps
2019-02-03 21:13:54 -06:00
Will Dietz
44c84d10f3
acme: remove unneeded 'nose' dep, use 'sourceRoot' instead of postUnpack
...
Specifying "source" in sourceRoot isn't ideal
(hopefully it doesn't change, again?)
but I think this is the preferred way to do this.
2019-02-03 20:58:45 -06:00
Will Dietz
ea9853d790
acme: add new deps on requests-toolbelt, pytest; fix
2019-02-03 20:58:45 -06:00
Will Dietz
4be1d9a444
certbot, acme: 0.24.0 -> 0.29.1
...
(same source)
2019-02-03 20:58:45 -06:00
Pierre Bourdon
a8da72b012
nixos/tests/postgresql: fix regression from #55106
2019-02-04 03:56:43 +01:00
Ben Wolsieffer
7de900515c
buildbot: 1.4.0 -> 1.8.1
2019-02-03 21:41:03 -05:00
R. RyanTM
e27eaf6111
star: 2.6.1d -> 2.7.0a
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/star/versions
2019-02-03 17:20:27 -08:00
Will Dietz
539c82b5cf
libpqxx: 6.2.5 -> 6.3.0
...
https://github.com/jtv/libpqxx/releases/tag/6.3.0
2019-02-03 19:18:35 -06:00
Will Dietz
bcea7dd394
zsh: 5.7 -> 5.7.1
2019-02-03 19:05:19 -06:00
Daniel Fullmer
70fc5edacb
mupdf: Fix changed library name
2019-02-03 19:55:48 -05:00
Tim Steinbach
c77728de7b
linux: 5.0-rc4 -> 5.0-rc5
2019-02-03 19:31:25 -05:00
R. RyanTM
f83dd11e5c
slurm: 18.08.4.1 -> 18.08.5.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/slurm/versions
2019-02-03 15:44:10 -08:00
Jan Malakhovski
13e6180fba
libcardiacarrest: 12.1-7 -> 12.2.8
2019-02-03 18:30:20 -05:00
R. RyanTM
0a8be6b526
wxSVG: 1.5.15 -> 1.5.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-02-03 14:36:10 -08:00
hhm
4e891a47e6
rtl8821ce: init at 5.2.5_1.26055.20180108
2019-02-03 17:02:25 -05:00
worldofpeace
2b344e6a74
pantheon.elementary-videos: remove comment
2019-02-03 16:10:36 -05:00
worldofpeace
a45eb67711
pantheon.elementary-capnet-assist: 2.2.2 -> 2.2.3
2019-02-03 16:10:36 -05:00
worldofpeace
97af256e5e
pantheon.elementary-screenshot-tool: 1.6.0 -> 1.6.1
2019-02-03 16:10:35 -05:00
worldofpeace
14a5549e70
pantheon.elementary-files: 4.1.3 -> 4.1.4
2019-02-03 16:10:35 -05:00
markuskowa
ed5ec8b375
Merge pull request #54845 from r-ryantm/auto-update/dar
...
dar: 2.6.0 -> 2.6.1
2019-02-03 22:02:23 +01:00
Will Dietz
a0e9413eff
Merge pull request #55114 from romildo/upd.tetra-gtk-theme
...
tetra-gtk-theme: 0.2.0 -> 201902
2019-02-03 13:43:39 -06:00