Peter Simons
a2825a3c6f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4-2-ge4f891e from Hackage revision
c54ab27c33
.
2017-08-03 13:11:56 +02:00
zimbatm
a1c953dfc7
terraform: 0.9.11 -> 0.10.0
2017-08-03 11:06:23 +01:00
Mathias Schreck
86d9b09c9b
dockerTools: fix image json and manifest
...
The image json is not exactly the same as the layer json, therefore I
changed the implementation to use the `baseJson` which doesn’t include
layer specific details like `id`, `size` or the checksum of the layer.
Also the `history` entry was missing in the image json. I’m not totally
sure if this field is required, but a I got an error from a docker
registry when I’ve tried to receive the distribution manifest of an
image without those `history` entry:
GET: `http://<registry-host>/v2/<imageName>/manifests/<imageTag>`
```json
{
"errors": [
{
"code": "MANIFEST_INVALID",
"message": "manifest invalid",
"detail": {}
}
]
}
```
I’ve also used a while loop to iterate over all layers which should make
sure that the order of the layers is correct. Previously `find` was
used and I’m not sure if the order was always correct.
2017-08-03 11:52:03 +02:00
Matthew Bauer
5b996f9125
emscripten: 1.37.13 -> 1.37.16
2017-08-03 01:33:06 -07:00
Matthew Bauer
55b80467c3
irony-server: supports darwin
...
Package should support all unix-like systems.
2017-08-03 01:30:25 -07:00
Frederik Rietdijk
f6817ddf99
Merge pull request #27895 from jtojnar/patch-1
...
improve description of fonts
2017-08-03 10:24:30 +02:00
Frederik Rietdijk
c41b81f0da
intltool: fix url
...
(cherry picked from commit 34aa9a6a40a81ca123d7c2818139d810cfac7ed1)
2017-08-03 10:18:19 +02:00
Charles Strahan
c1d8a84d5b
Merge pull request #27629 from cstrahan/envoy-staged
...
Envoy: init at 1.3.0
2017-08-03 03:31:53 -04:00
Jan Tojnar
ef7cc032ad
lohit-fonts: add package description
2017-08-03 09:09:03 +02:00
Joachim F
670e1e518d
Merge pull request #27838 from sauyon/numix-sx
...
numix-sx-gtk-theme: init at 2017-04-24
2017-08-03 07:09:49 +01:00
Jan Tojnar
881e2556f4
junicode: make description more concrete
2017-08-03 07:08:02 +02:00
Jamey Sharp
4ca9f899b1
cucumber: init at 2.4.0
2017-08-02 21:55:55 -07:00
Charles Strahan
e50f3d37e9
envoy: init at 1.3.0
...
L7 proxy and communication bus designed for large modern service
oriented architectures.
See: https://lyft.github.io/envoy/
2017-08-03 00:38:33 -04:00
Charles Strahan
4fcc6da889
rapidjson: init at 1.1.0
...
A fast JSON parser/generator for C++ with both SAX/DOM style API.
See: http://rapidjson.org/
2017-08-03 00:38:33 -04:00
Charles Strahan
cd2b6a94f7
lightstep-tracer-cpp: init at 0.36
...
The LightStep distributed tracing library for C++.
See: http://lightstep.com
2017-08-03 00:38:33 -04:00
Charles Strahan
f281cfe76d
backward: init at 1.3
...
A beautiful stack trace pretty printer for C++
2017-08-03 00:38:33 -04:00
Charles Strahan
958cdf37c1
spdlog: 292bdc5eb492 -> 0.13.0
2017-08-03 00:38:33 -04:00
Charles Strahan
3be19de8e4
libevent: 2.0.22 -> 2.1.8
2017-08-03 00:38:32 -04:00
Charles Strahan
7541f285e0
boringssl: 2016-03-08 -> 2017-02-23
...
Also, include libcrypto.a and libdecrepit.a.
2017-08-03 00:38:20 -04:00
Raymond Gauthier
0322f66307
clementine: 1.2.3 -> 1.3.1
2017-08-02 23:40:46 -04:00
Peter Hoeg
cd4d0c72a8
dropbox: 30.4.22 -> 31.4.24
2017-08-03 10:55:23 +08:00
Nikolay Amiantov
f64fb1cc0a
mupdf: remove third-party libjpeg
2017-08-03 02:59:08 +03:00
Joachim F
be6170d803
Merge pull request #27862 from mbrgm/upgrade-restic
...
restic: 0.7.0 -> 0.7.1
2017-08-02 19:15:29 +01:00
Joachim Fasting
4751fca48c
tor: 0.3.0.9 -> 0.3.0.10
...
Fixes TPROXY on linux, fixes potential DOS on openbsd.
Otherwise mostly minor bugfixes.
2017-08-02 20:05:05 +02:00
Jascha Geerds
0854c85678
gnome3: Remove myself from maintainer list
2017-08-02 18:21:50 +02:00
Joachim Fasting
ed98241379
libsodium: 1.0.12 -> 1.0.13
...
https://github.com/jedisct1/libsodium/releases/tag/1.0.13
2017-08-02 18:11:34 +02:00
Robin Gloster
5d91e806b9
Revert "gnome-tweak-tool: fix eval"
...
This reverts commit d9521c3418
.
Cleaner fix in 6e6271e82f
2017-08-02 16:14:34 +02:00
Peter Simons
be0071c2d7
wiggle: fix build
...
After 093cc00cdd
, the environment variable STRIP
is defined to "strip" -- the path / name of the strip(1) executable -- , which
is not what wiggle's build system expects that variable to mean.
2017-08-02 15:36:48 +02:00
Frederik Rietdijk
6e6271e82f
python.buildEnv: undo removal of passthru.python
2017-08-02 15:05:00 +02:00
Rob Vermaas
3906aac637
varnish: Update to 5.1.2: https://varnish-cache.org/security/VSV00001.html
2017-08-02 12:48:05 +00:00
Frederik Rietdijk
5ccd255735
Merge pull request #27867 from Moredread/gutenprint
...
gutenprint: 5.2.11 -> 5.2.13
2017-08-02 12:37:57 +02:00
Yann Hodique
45fb1c94d7
fzf: 0.16.10 -> 0.16.11
2017-08-02 12:02:23 +02:00
André-Patrick Bubel
30f96ed2ba
gutenprint: 5.2.11 -> 5.2.13
2017-08-02 10:57:31 +02:00
Frederik Rietdijk
4f66c0cf21
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-02 10:22:24 +02:00
Lancelot SIX
ce24f7f192
pythonPackages.django: 1.11.3 -> 1.11.4
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.11/releases/1.11.4/
2017-08-02 09:55:15 +02:00
Mark Cohen
bb6bbce003
material-icons-ttf: init at 3.0.1
...
There was no package for this icon set, and now there is!
2017-08-02 02:48:27 -04:00
Marius Bergmann
42d93e9724
restic: 0.7.0 -> 0.7.1
2017-08-02 08:16:47 +02:00
Sergey Mironov
f49c2fbf7a
trivial-builders.nix: add writeShellScriptBin builder
2017-08-01 20:23:08 -04:00
Michael Weiss
87b215d5f7
android-studio-preview: 3.0.0.7 -> 3.0.0.8
...
This also contains some refactoring.
2017-08-02 02:12:11 +02:00
Michael Weiss
4472928a1d
maim: 5.4.65 -> 5.4.66
2017-08-02 01:52:04 +02:00
Michael Weiss
40c2559851
slop: 6.3.48 -> 7.3.48
2017-08-02 01:49:22 +02:00
Tim Steinbach
ae73a1704a
git: 2.13.3 -> 2.13.4
2017-08-01 18:41:14 -04:00
Robin Gloster
d9521c3418
gnome-tweak-tool: fix eval
2017-08-01 22:47:03 +02:00
Frederik Rietdijk
3b436d12e3
Merge pull request #27744 from NeQuissimus/binutils_staging_2_29
...
[staging] binutils: 2.28 -> 2.29
2017-08-01 22:10:35 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk
3b06b8edb7
Merge pull request #27843 from mimadrid/update/filezilla-3.27.0.1
...
filezilla: 3.25.2 -> 3.27.0.1
2017-08-01 21:56:41 +02:00
Frederik Rietdijk
1344aff5a0
Merge pull request #27847 from mimadrid/update/gitflow-1.11.0
...
gitflow: 1.10.2 -> 1.11.0
2017-08-01 21:56:13 +02:00
Frederik Rietdijk
c10747578a
Merge pull request #27849 from mimadrid/update/swi-prolog-7.4.2
...
swi-prolog: 7.2.3 -> 7.4.2
2017-08-01 21:55:49 +02:00
Frederik Rietdijk
3ed7975b65
Merge pull request #27844 from mimadrid/update/igv-2.3.98
...
igv: 2.3.89 -> 2.3.98
2017-08-01 21:52:33 +02:00
Frederik Rietdijk
cb04c2ae0e
Merge pull request #27845 from mimadrid/update/git-cola-2.11
...
git-cola: 2.10 -> 2.11
2017-08-01 21:52:09 +02:00
Frederik Rietdijk
3eaa599699
Merge pull request #27846 from mimadrid/update/git-hub-0.11.1
...
git-hub: 0.11.0 -> 0.11.1
2017-08-01 21:51:56 +02:00
Frederik Rietdijk
7e4a6dfd08
Merge pull request #27848 from mimadrid/update/shared-mime-info-1.8
...
shared-mime-info: 1.7 -> 1.8
2017-08-01 21:51:36 +02:00
Frederik Rietdijk
29825ebf93
Merge pull request #27850 from mimadrid/update/groovy-2.4.12
...
groovy: 2.4.10 -> 2.4.12
2017-08-01 21:50:49 +02:00
Frederik Rietdijk
69d2d02127
Merge pull request #27851 from mimadrid/update/klavaro-3.03
...
klavaro: 3.02 -> 3.03
2017-08-01 21:50:41 +02:00
Frederik Rietdijk
6c8c4f5182
Merge pull request #27852 from mimadrid/update/gnuplot-5.0.6
...
gnuplot: 5.0.3 -> 5.0.6
2017-08-01 21:50:12 +02:00
Frederik Rietdijk
d1af3b33aa
Merge pull request #27006 from Infinisil/scyther
...
scyther: init at 1.1.3
2017-08-01 21:48:47 +02:00
Joachim F
7be40dd899
Merge pull request #27836 from mdorman/emacs-updates
...
Semi-automated Emacs package updates
2017-08-01 20:39:45 +01:00
mimadrid
2a00ff4a1c
gnuplot: 5.0.3 -> 5.0.6
2017-08-01 20:58:48 +02:00
mimadrid
270bfa2ca3
klavaro: 3.02 -> 3.03
2017-08-01 20:57:37 +02:00
mimadrid
5f831b381c
groovy: 2.4.10 -> 2.4.12
2017-08-01 20:56:09 +02:00
mimadrid
c8b0f338a0
swi-prolog: 7.2.3 -> 7.4.2
2017-08-01 20:54:47 +02:00
mimadrid
2063f8ac8c
shared-mime-info: 1.7 -> 1.8
2017-08-01 20:53:10 +02:00
mimadrid
d942615651
gitflow: 1.10.2 -> 1.11.0
2017-08-01 20:51:16 +02:00
mimadrid
5234545da8
git-hub: 0.11.0 -> 0.11.1
2017-08-01 20:49:48 +02:00
mimadrid
bc563c5973
git-cola: 2.10 -> 2.11
2017-08-01 20:48:21 +02:00
mimadrid
20fb18bdbc
igv: 2.3.89 -> 2.3.98
2017-08-01 20:46:31 +02:00
mimadrid
23aed92e42
filezilla: 3.25.2 -> 3.27.0.1
2017-08-01 20:42:32 +02:00
mimadrid
a263de3d3e
libfilezilla: 0.9.2 -> 0.10.0
2017-08-01 20:41:26 +02:00
gnidorah
b5057f713d
openmw-tes3mp: init at 0.6.0
...
abbradar:
openmw-tes3mp: make build parallel
openmw-tes3mp: install only needed files
Closes #27646 .
2017-08-01 20:24:04 +03:00
gnidorah
5cb0ac3616
terra: fix building on master
2017-08-01 20:24:03 +03:00
gnidorah
4c85665bd2
bullet: 2.83.7 -> 2.86.1
2017-08-01 20:24:03 +03:00
Peter Hoeg
161f0d3348
cantata: 2.0.1 -> 2.1.0
2017-08-02 01:13:24 +08:00
Daiderd Jordan
14314056fc
Merge pull request #27839 from LnL7/darwin-nano
...
nano: remove darwin patch
2017-08-01 18:48:09 +02:00
Daiderd Jordan
794b1d53b2
Merge pull request #27835 from acowley/rtags-2.11
...
rtags: 2.10 -> 2.11
2017-08-01 18:46:17 +02:00
John Wiegley
0396ca6150
ghc-events_0_6_0 no longer exists
2017-08-01 09:34:50 -07:00
John Wiegley
ea8798acc6
coq2html: New expression
2017-08-01 09:30:20 -07:00
Daiderd Jordan
ac56b8db4a
nano: remove darwin patch
2017-08-01 18:28:52 +02:00
Robin Gloster
93d80f1951
p11_kit: fix docs
2017-08-01 18:22:57 +02:00
Sauyon Lee
f416d59ea4
numix-sx-gtk-theme: init at 2017-04-24
2017-08-01 17:12:30 +01:00
Michael Alan Dorman
4a84b487fd
melpa-packages: 2017-08-01
...
Removals:
- anything-project: removed from melpa
- chinese-pyim-basedict: renamed to pyim-basedict
- chinese-pyim-greatdict: renamed to pyim-greatdict
- elscreen-persist: removed from melpa
- mic-paren: repository no longer exists
- mpg123: removed from melpa
- mwe-log-commands: repository no longer exists
- revive: removed from melpa
- sql-mssql: removed from melpa
2017-08-01 11:24:39 -04:00
Michael Alan Dorman
8be846ef7e
melpa-stable-packages: 2017-08-01
...
Removals:
- chinese-pyim-basedict: renamed to pyim-basedict
- chinese-pyim-greatdict: renamed to pyim-greatdict
- elscreen-persist: removed from melpa-stable
- mic-paren: repository no longer exists
2017-08-01 11:24:39 -04:00
Michael Alan Dorman
4ea23a09d9
org-packages: 2017-08-01
2017-08-01 11:24:39 -04:00
Michael Alan Dorman
46c97397b7
elpa-packages: 2017-08-01
2017-08-01 11:24:39 -04:00
Anthony Cowley
7c690829b2
rtags: 2.10 -> 2.11
2017-08-01 11:15:48 -04:00
Frederik Rietdijk
f74759450b
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-01 16:28:48 +02:00
Frederik Rietdijk
ea4121d225
python.buildEnv: fix passthru
...
Python envs did not pass through any of the properties the Python
interpreter has. That could be annoying, especially not having
`python.interpreter` which is the path to the interpreter. This commit
fixes the situation and inherit python.passthru.
2017-08-01 16:27:16 +02:00
Peter Simons
92031d6e01
structured-haskell-mode: bump version to latest git head
...
Chris doesn't seem to make release any more.
2017-08-01 15:35:44 +02:00
Peter Simons
4fe328c6ca
haskell-hindent: fix location of the "site-lisp" symlink
2017-08-01 15:25:19 +02:00
Peter Simons
ef6849ca63
structured-haskell-mode: fix location of the "site-lisp" symlink
2017-08-01 15:25:19 +02:00
Tim Steinbach
92a40d2271
Merge pull request #27818 from NeQuissimus/alacritty_xclip
...
alacritty: Don't use xclip from PATH
2017-08-01 09:24:52 -04:00
Tim Steinbach
d06bd380e9
alacritty: Remove xclip with buildInput
2017-08-01 08:42:54 -04:00
Lancelot SIX
90d8608323
wireshark: 2.2.7 -> 2.4.0
...
Fixes the following CVEs:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11409
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11406
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11407
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11408
2017-08-01 13:35:10 +02:00
Thomas Tuegel
bded592a8e
Revert "otfcc: init at 0.8.6"
...
This reverts commit f3a54b014c
.
2017-08-01 06:23:57 -05:00
Robin Gloster
f732d81641
albert: 0.11.3 -> 0.12.0
2017-08-01 12:34:12 +02:00
Robin Gloster
a434da450b
altermime: 0.3.10 -> 0.3.11
2017-08-01 12:34:12 +02:00
Robin Gloster
63b6179f52
alpine: 2.00 -> 2.21
2017-08-01 12:34:12 +02:00
Robin Gloster
3fb4c9e899
allegro5: 5.2.1.1 -> 5.2.2.0
2017-08-01 12:34:11 +02:00
Robin Gloster
27d1d15ab9
afflib: 3.7.15 -> 3.7.16
2017-08-01 12:34:11 +02:00
Marius Bergmann
091d0c8298
unifi: 5.5.19 -> 5.5.20
2017-08-01 12:20:08 +02:00
Orivej Desh
07674788d6
Respect NIX_DONT_SET_RPATH when .so appears in the command line
...
Unified processing of command line arguments in ld-wrapper broke support for
`NIX_DONT_SET_RPATH` and revealed that ld-wrapper adds the directory of its
`-plugin` argument to runpath. This pull request fixes that. It treats
`dir/libname.so` as `-L dir -l name`, because this is how `ld.so` interprets
resulting binary: with `dir` in `RUNPATH` and the bare `libname.so` (without
`dir`) in `NEEDED`, it looks for `libname.so` in each `RUNPATH` and chooses the
first, even when the linker was invoked with an absolute path to `.so`.
2017-08-01 11:57:33 +02:00
Frederik Rietdijk
6341cc9101
Merge pull request #27799 from FRidh/nosite
...
Python: disable user site-packages for programs and environments.
2017-08-01 11:08:26 +02:00
Robin Gloster
c6be8c75fe
perlPackages.Mouse: 2.4.5 -> 2.4.10, fix 32bit
...
The package enables stackprotector and fails on 32bit.
Our default stackprotector has to be turned off, too..
2017-08-01 10:35:01 +02:00
Robin Gloster
ff8684a141
zeroad: 0.0.21 -> 0.0.22
2017-08-01 10:35:01 +02:00
Robin Gloster
657bec468c
abook: 0.6.0pre2 -> 0.6.1
2017-08-01 10:35:01 +02:00
Franz Pletz
cfbac7bbad
bind: 9.11.1-P2 -> 9.11.2 for multiple CVEs
...
See: https://kb.isc.org/article/AA-01522
Fixes: CVE-2017-3140 CVE-2017-3141 CVE-2017-3142 CVE-2017-3143
2017-08-01 10:26:20 +02:00
Franz Pletz
a957761abd
libheimdal: 2015-09-13 -> 7.4.0 for CVE-2017-11103
...
The git snapshot was based on 7.0 which is vulnerable.
2017-08-01 10:26:19 +02:00
Franz Pletz
88526f279d
memcached: 1.4.33 -> 1.4.39 for CVE-2017-9951
2017-08-01 10:26:19 +02:00
Franz Pletz
1f15b7c81b
apacheHttpd: 2.4.26 -> 2.4.27 for multiple CVEs
...
Fixes: CVE-2017-9788 CVE-2017-9789
See https://httpd.apache.org/security/vulnerabilities_24.html
2017-08-01 10:26:19 +02:00
Franz Pletz
5bfc47bbab
catdoc: add to patch fix CVE-2017-11110
2017-08-01 10:26:19 +02:00
Franz Pletz
3621bc76fd
mysql57: 5.7.17 -> 5.7.19
2017-08-01 10:26:19 +02:00
Franz Pletz
4b5ae11f66
mysql55: 5.5.54 -> 5.5.57 for multiple CVEs
...
See:
- https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-56.html
- https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-56.html
- https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-55.html
- http://www.oracle.com/technetwork/security-advisory/cpujul2017-3236622.html
Fixes: CVE-2017-3635 CVE-2017-3636 CVE-2017-3641 CVE-2017-3648 CVE-2017-3651
CVE-2017-3652 CVE-2017-3653
2017-08-01 10:26:19 +02:00
Franz Pletz
4afb3f4ade
ipsecTools: add patch to fix CVE-2016-10396
2017-08-01 10:26:19 +02:00
adisbladis
283364a2fe
Revert "buildenv: read propagated-user-env-packages line-by-line"
...
This reverts commit dce958ac39
.
2017-08-01 15:41:06 +08:00
Franz Pletz
1fb803c367
libtasn1: 4.10 -> 4.12, fix CVE-2017-9310
2017-08-01 09:29:18 +02:00
Frederik Rietdijk
903d9daf0f
Merge pull request #27816 from mimadrid/update/calc-2.12.6.1
...
calc: 2.12.5.3 -> 2.12.6.1
2017-08-01 09:19:29 +02:00
Jörg Thalheim
22f380c5f9
Merge pull request #27783 from 8573/8573/pkg/add/rust/fd-sharkdp/1
...
fd: init at 2.0.0
2017-08-01 08:05:37 +01:00
Franz Pletz
fd647dc0cf
hashcat3: 3.10 -> 3.6.0
...
Upstream switched versioning scheme.
2017-08-01 08:36:39 +02:00
Franz Pletz
77ca756c7a
pythonPackages.supervisor: 3.1.1 -> 3.1.4 (security)
...
Fixes CVE-2017-11610.
2017-08-01 08:36:38 +02:00
Franz Pletz
8e5515bdcb
ipmiutil: 3.0.2 -> 3.0.5
2017-08-01 08:36:38 +02:00
Franz Pletz
6d9bdb55fc
wavemon: 0.7.6.20151001 -> 0.8.1
2017-08-01 08:36:38 +02:00
Franz Pletz
44d28369a3
speedtest-cli: 1.0.4 -> 1.0.6
2017-08-01 08:36:38 +02:00
Franz Pletz
93ef0b3852
brasero: 3.12.1 -> 3.12.2
2017-08-01 08:36:37 +02:00
Franz Pletz
6b3760d9f2
asterisk: 14.4.0 -> 14.6.0
2017-08-01 08:36:37 +02:00
Franz Pletz
38b404bd27
x265: 1.9 -> 2.5
2017-08-01 08:36:37 +02:00
Franz Pletz
a584fe1b76
x264: 20160615 -> 20170731
2017-08-01 08:36:36 +02:00
Franz Pletz
481b4a77ba
vnstat: 1.15 -> 1.17
2017-08-01 08:36:36 +02:00
Franz Pletz
9dcc09c289
apktool: 2.2.2 -> 2.2.4
2017-08-01 08:36:36 +02:00
Franz Pletz
fead9a62eb
pdfgrep: 1.3.1 -> 2.0.1
2017-08-01 08:36:35 +02:00
Franz Pletz
1ece82dc95
openntpd: 6.0p1 -> 6.2p1
2017-08-01 08:36:35 +02:00
Franz Pletz
1a4ce79a0d
pam_ldap: 183 -> 186
2017-08-01 08:36:35 +02:00
Franz Pletz
f520031ee6
packer: 1.0.0 -> 1.0.3
2017-08-01 08:36:35 +02:00
Franz Pletz
426218231b
openh264: 1.5.0 -> 1.7.0
2017-08-01 08:36:34 +02:00
Franz Pletz
3cdacdca2e
zerofree: 1.0.4 -> 1.1.0
2017-08-01 08:36:34 +02:00
Franz Pletz
8a08ee81ab
zsh-completions: 0.25.0 -> 0.26.0
2017-08-01 08:36:34 +02:00
Franz Pletz
e5e556f19a
irqbalance: 1.1.0 -> 1.2.0
2017-08-01 08:36:33 +02:00
Franz Pletz
727ec59343
zziplib: 0.13.58 -> 0.13.66
2017-08-01 08:36:33 +02:00
Franz Pletz
f3646678b9
urh: 1.5.5 -> 1.7.1
2017-08-01 08:36:33 +02:00
Franz Pletz
523f343084
pcsclite: 1.8.21 -> 1.8.22
2017-08-01 08:36:29 +02:00
Franz Pletz
1c5ab2f639
avahi: 0.6.12 -> 0.7
2017-08-01 08:33:35 +02:00
Franz Pletz
c217f48c35
searx: 0.11.0 -> 0.12.0
2017-08-01 06:16:03 +02:00
Franz Pletz
fac48cca7d
mbedtls: 2.4.2 -> 2.5.1
2017-08-01 06:16:03 +02:00
Franz Pletz
253a132f6c
mbedtls_1_3: 1.3.19 -> 1.3.20
2017-08-01 06:16:03 +02:00
Franz Pletz
aaee055dae
lxd: 2.14 -> 2.16
2017-08-01 06:16:03 +02:00
Franz Pletz
46a4fa9274
inadyn: 2.0 -> 2.1, fix build with libite 1.9
2017-08-01 06:16:03 +02:00
Franz Pletz
694dbaeeb5
libite: 1.8.3 -> 1.9.2
2017-08-01 06:16:03 +02:00
Franz Pletz
d40f993073
fail2ban: 0.9.6 -> 0.9.7
2017-08-01 06:16:03 +02:00
Franz Pletz
9719e43494
jool: 3.5.3 -> 3.5.4
2017-08-01 06:15:59 +02:00
John Ericson
14e05c30e8
macos-sierra-shared: Make live code and add to nascent Darwin channel
...
Also add appropriate `meta.platforms = ...` to each derivation.
2017-07-31 21:28:18 -04:00
Thomas Tuegel
f3a54b014c
otfcc: init at 0.8.6
2017-07-31 19:58:38 -05:00
Franz Pletz
6ddbe2e34c
p11_kit: 0.23.2 -> 0.23.7
2017-08-01 02:29:45 +02:00
Tim Steinbach
fc74a36672
alacritty: Don't use xclip from PATH
2017-07-31 18:45:26 -04:00
Robin Gloster
af84611f0c
moonlight-embedded: 2.2.3 -> 2.4.2
2017-08-01 00:25:40 +02:00
Robin Gloster
5825724247
phpPackages.composer: 1.4.1 -> 1.4.2
2017-08-01 00:22:12 +02:00
mimadrid
efb2b32bd7
gitAndTools.diff-so-fancy: 1.1.0 -> 1.1.1
2017-08-01 00:13:31 +02:00
mimadrid
eaf1198f39
calc: 2.12.5.3 -> 2.12.6.1
2017-07-31 23:27:29 +02:00
derchris
57b15422d9
xtermcontrol: init at 3.3
2017-07-31 23:17:35 +02:00
John Ericson
eeed1814dc
cc-wrapper-test: Use $CXX
else the C++ std lib won't be on the include path
2017-07-31 17:02:56 -04:00
John Ericson
a9dd855894
cc-wrapper-test: Don't use assert
2017-07-31 17:02:56 -04:00
John Ericson
539dcb8e27
cc-wrapper-test: Forgot to extern "C"
now that main is C++
2017-07-31 17:02:56 -04:00
John Ericson
f671b85fb2
cc-wrapper: Beef up sierra tests to actually use functions
2017-07-31 17:02:56 -04:00
John Ericson
1cd74ac70a
cc-wrapper: Make sure symbol tables of child delegators is not empty
...
As described in https://github.com/NixOS/nixpkgs/issues/18461 , MacOS no
longer accepts dylibs which only reexport other dylibs, because their
symbol tables are empty. To get around this, we define an object file
with a single "private extern" symbol, which hopefully won't clobber
anything.
2017-07-31 17:02:56 -04:00
John Ericson
9242c8b331
cc-wrapper: Use two scripts instead of patch
2017-07-31 17:02:56 -04:00
John Ericson
0c37778c2c
cc-wrapper: WIP linking hack for mac OS
...
Probably best to override Haskell packages set, or anything else
linking a lot of libraries, with this.
2017-07-31 17:02:56 -04:00
Tomas Hlavaty
0149578764
sbcl: 1.3.19 -> 1.3.20
2017-07-31 22:07:36 +02:00
Cray Elliott
2a8c1a942e
dolphinEmuMaster: 20170705 -> 20170730
...
generally I only update this once a month or less, but the much awaited
ubershader branch landed
2017-07-31 11:59:46 -07:00
Frederik Rietdijk
900fbe4ffa
Merge pull request #27803 from lsix/update_daphne
...
pythonPackages.daphne: 1.2.0 -> 1.3.0
2017-07-31 20:42:18 +02:00
Vincent Laporte
aac6eef548
ocamlPackages.containers: 1.2 -> 1.3
2017-07-31 17:24:28 +00:00
Vincent Laporte
310e597d4a
ocamlPackages.gen: 0.4 -> 0.4.0.1
2017-07-31 17:12:27 +00:00
Tuomas Tynkkynen
3db9a2bdff
linux_rpi: 1.20170427 -> 1.20170515
2017-07-31 19:47:23 +03:00
Tuomas Tynkkynen
8523ab5e8d
raspberrypifw: 1.20170427 -> 1.20170515
2017-07-31 19:47:23 +03:00
Lancelot SIX
561c815ad7
pythonPackages.daphne: 1.2.0 -> 1.3.0
2017-07-31 17:55:03 +02:00
Jörg Thalheim
b0ea683c92
Merge pull request #27801 from gnidorah/qdirstat
...
qdirstat: add script dependency
2017-07-31 16:34:52 +01:00
Gabriel Ebner
b94da10c27
libqalculate, qalculate-gtk: 0.9.9 -> 1.0.0
2017-07-31 16:29:39 +01:00
georgewhewell
4ed291b303
{radarr,sonarr}: add libcurl to library search path ( #27628 )
2017-07-31 16:11:37 +01:00
Tim Steinbach
449946ef94
torbrowser: 7.0.2 -> 7.0.3
...
Fixes a bug whereby visiting specially crafted urls could lead to
direct (non-tor) connections to the remote host[1]
[1]: https://blog.torproject.org/blog/tor-browser-703-released
2017-07-31 16:39:12 +02:00
Joachim Fasting
53931c0443
electrum: 2.8.3 -> 2.9.0
2017-07-31 16:24:48 +02:00
gnidorah
499e36c0a0
qdirstat: add script dependency
2017-07-31 17:06:34 +03:00
Domen Kožar
61b5b7fd2f
Merge pull request #27657 from orivej/optimize-rpath
...
ld-wrapper: Optimize expanding rpath
2017-07-31 14:43:48 +02:00
Antoine Eiche
9082b66096
dockerTools: fix permissions on base image
...
If the base image has been built with nixpkgs.dockerTools, the image
configuration and manifest are readonly so we first need to change
their permissions before removing them.
Fix #27632 .
2017-07-31 13:52:35 +02:00
Ollie Charles
9de667042b
ephemeralpg: Add meta
2017-07-31 12:17:03 +01:00
Frederik Rietdijk
85a0ab4b23
Python: disable user site-packages for programs and environments.
...
Python by default checks a `site-packages` folder in the user's home
folder. We do not want such an impurity and therefore disable it.
Fixes #26846 .
2017-07-31 13:16:29 +02:00
Franz Pletz
a67445509b
radvd: 2.16 -> 2.17
2017-07-31 12:47:37 +02:00
Franz Pletz
f645db1abf
caddy: 0.10.4 -> 0.10.6
2017-07-31 12:47:23 +02:00
Franz Pletz
b68fdfb619
whois: 5.2.16 -> 5.2.17
2017-07-31 12:34:25 +02:00
Franz Pletz
86eb01778d
youtubeDL: 2017.07.09 -> 2017.07.30.1
2017-07-31 12:34:01 +02:00
Franz Pletz
55742a2044
cacert: fix unicode names in blacklist
...
Fixes #27576 .
2017-07-31 12:26:23 +02:00
Franz Pletz
ee8df19a25
batman-adv: 2017.1 -> 2017.2
2017-07-31 12:23:14 +02:00
Martin Wohlert
c40ac69ec3
gnupg: 2.1.21 -> 2.1.22
...
https://lists.gnupg.org/pipermail/gnupg-announce/2017q3/000411.html
2017-07-31 11:44:18 +02:00
Michael Raskin
b2d19a4d24
fbida: fix build failure
2017-07-31 11:46:48 +02:00
Franz Pletz
f90c4be438
Merge pull request #27785 from volth/xrdp-0.9.3-1
...
xrdp: abs path to garbage directory
2017-07-31 10:05:48 +02:00
Peter Simons
701d2c89f9
osc: update to version 0.159.0-4-g2d44589 (current git master)
2017-07-31 09:54:56 +02:00
aszlig
979817d153
linux-testing: 4.13-rc2 -> 4.13-rc3
...
Tested via building the linux_testing attribute, but didn't test it at
runtime (yet).
Diffed unpacked tarball against my local git clone and the contents
match.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-07-31 09:39:42 +02:00
Frederik Rietdijk
740d76371e
Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD
2017-07-31 09:12:15 +02:00
Peter Hoeg
2a48a62b9c
sensu: 0.29.0 -> 1.0.2
...
Use NixOS's default ruby instead of 2.1 and add a few helpful plugins
2017-07-31 14:49:20 +08:00
Peter Hoeg
688ab1ed02
terragrunt: 0.12.24 -> 0.12.25
2017-07-31 14:23:04 +08:00
Peter Hoeg
497e04a698
smartmontools: use slightly newer drive DB
2017-07-31 14:15:05 +08:00
Volth
fdbdccf1a7
xrdp: abs path to garbage directory
2017-07-31 00:43:15 +00:00
Peter Hoeg
9d2da6ab3a
uchiwa: 0.22.1 -> 0.25.3-1
2017-07-31 07:56:55 +08:00
c74d
925a4ba460
fd: init at 2.0.0
...
Add the package `fd`, a simpler alternative to `find`, at version
2.0.0.
I have tested this change per nixpkgs manual section 13.1 ("Making
patches").
2017-07-30 23:21:36 +00:00
vinymeuh
9f5f5865fa
srecord: runs on any flavor of Unix, not only Linux
2017-07-30 23:33:55 +02:00
Frederik Rietdijk
38e81eae36
Merge pull request #27778 from bhipple/feature/python-cryptop-init
...
pythonPackages.cryptop: init at 0.1.0
2017-07-30 22:43:36 +02:00
Benjamin Hipple
031d627f66
cryptop: init at 0.1.0
...
This commit adds the python application cryptop, which is a small curses
application for viewing cryptocurrency portfolio values.
2017-07-30 22:41:12 +02:00
Kamil Chmielewski
549d5f57df
ponyc: 0.15.0 -> 0.16.1
...
pony-stable: unstable-2017-04-20 -> unstable-2017-07-26
https://github.com/ponylang/ponyc/issues/2101
2017-07-30 22:09:03 +02:00
mimadrid
1e049308c0
parallel: 20170522 -> 20170722
2017-07-30 21:39:41 +02:00
GRBurst
c9db19c6ba
jbidwatcher: 2.5.2 -> 2.5.6
2017-07-30 21:20:11 +02:00
Bart Brouns
ab27dcab2c
faac: 1.28 -> 1.29.3
2017-07-30 21:02:56 +02:00
Daiderd Jordan
70ee91508c
shairport-sync: 2.3.6.5 -> 3.0.2
2017-07-30 21:00:55 +02:00
mimadrid
3e6e05bf98
mawk: 1.3.4-20141206 -> 1.3.4-20161120
2017-07-30 20:58:48 +02:00
mimadrid
0f14dcc189
mosh: 1.3.0 -> 1.3.2
2017-07-30 20:58:24 +02:00
Russell O'Connor
f0ff1224f7
tarsnap: 1.0.38 -> 1.0.39
2017-07-30 20:58:07 +02:00
Michael Weiss
ace11d11b2
android-studio: Fix the meta attributes
2017-07-30 20:40:04 +02:00
Aristid Breitkreuz
a2b2c1e4bd
weechat: fix build (hack?)
2017-07-30 20:22:17 +02:00
Peter Hoeg
7aedfc1df8
Merge pull request #27775 from rvl/bower2nix-issue-13
...
fetchbower: handle packages with slashes in their name
2017-07-31 01:02:29 +08:00
Michael Weiss
dd25d1a0a1
node-packages: Update the README
2017-07-30 18:11:40 +02:00
Thomas Tuegel
2b29c893c1
Merge branch 'feature/kde-applications-17.04.3'
...
Merges #27491 , #27531 , and #27532 .
2017-07-30 10:06:07 -05:00
Jörg Thalheim
6d883df780
Merge pull request #27765 from rycee/fix/ffmpeg/frei0r-plugin
...
ffmpeg-full: fix path to frei0r filters
2017-07-30 16:01:25 +01:00
Jörg Thalheim
eda5b46cab
Merge pull request #27710 from dywedir/rust-bindgen
...
rust-bindgen: 0.26.1 -> 0.29.0
2017-07-30 15:29:34 +01:00
Jörg Thalheim
d3c0ade39a
node-packages: wrong version number in packaging guideline
2017-07-30 14:34:07 +01:00
Jörg Thalheim
e95352cfdd
node-packages: update packaging guideline
2017-07-30 14:29:13 +01:00
Vladimír Čunát
ba68231273
libpng: 1.6.30 -> 1.6.31
...
1.6.30 won't build for ARM. Hydra has almost no binaries for current
staging, so let's update for all platforms
2017-07-30 14:57:37 +02:00
Robin Gloster
d298873d53
qdirstat: fix evaluation
...
cc @Mic92 @gnidorah
2017-07-30 14:16:02 +02:00
Robin Gloster
f0f55ac6cd
Revert "uchiwa: 0.22.1 -> 0.25.3-1"
...
This reverts commit 5dc5dfdefb
.
This breaks evaluation:
error: invalid character ‘/’ in name ‘angular-tools/ng-jsoneditor-ea138469f157d8f2b54ec5b8dcf4b08a55b61459’
cc @peterhoeg
2017-07-30 14:06:39 +02:00
Robin Gloster
a974ee0188
tcp_wrappers: fix weird use of STRINGS in the Makefile
2017-07-30 14:03:31 +02:00
Robin Gloster
88ca4724b2
virtualboxGuestAdditions: fix hash
2017-07-30 13:29:57 +02:00
Frederik Rietdijk
bac6f59977
python.pkgs.dosage: broken
2017-07-30 12:58:26 +02:00
Robert Helgesson
f36323c81f
ffmpeg-full: fix path to frei0r filters
...
Fixes #27555 .
2017-07-30 12:52:03 +02:00
Peter Hoeg
5dc5dfdefb
uchiwa: 0.22.1 -> 0.25.3-1
2017-07-30 18:40:19 +08:00
Jörg Thalheim
a5735374af
Merge pull request #27748 from vinymeuh/update_sass
...
libsass & sassc: 3.3.2 -> 3.4.5
2017-07-30 11:29:30 +01:00
vinymeuh
8ba4562324
sassc: 3.3.2 -> 3.4.5
2017-07-30 11:22:37 +01:00
vinymeuh
f8e5fd6769
libsass: 3.3.2 -> 3.4.5
2017-07-30 11:22:31 +01:00
Jörg Thalheim
9ac118a8a4
powerline-fonts: 2015-12-11 -> 2017-05-25
2017-07-30 11:21:59 +01:00
Jörg Thalheim
d160d1b408
Merge pull request #27720 from gnidorah/qdirstat
...
qdirstat: init at 1.4
2017-07-30 11:03:12 +01:00
gnidorah
b870e84850
qdirstat: init at 1.4
2017-07-30 12:51:57 +03:00
Jörg Thalheim
25bb529245
Merge pull request #27709 from binarin/fzf-share
...
fzf: add script for finding 'share' folder
2017-07-30 10:16:41 +01:00
Peter Hoeg
e9a70ccfe9
bundler: 1.15.1 -> 1.15.3
2017-07-30 16:57:59 +08:00
Frederik Rietdijk
feeed410ff
Merge pull request #27751 from FRidh/pythonldconfig
...
python36 and python35: Don't use ldconfig and speed up uuid load
2017-07-30 10:54:36 +02:00
Frederik Rietdijk
70cd310712
python.pkgs.scipy: enable parallel building
2017-07-30 10:24:19 +02:00
Frederik Rietdijk
2c8960d85f
python.pkgs.numpy: enable parallel building
2017-07-30 10:24:19 +02:00
Frederik Rietdijk
56fe381490
gdal: enable parallel building
2017-07-30 10:24:19 +02:00
Frederik Rietdijk
a82cc75cac
Merge pull request #27762 from vinymeuh/fix_most
...
fix most: supported on all unix, not only gnu
2017-07-30 10:20:05 +02:00
Vladimír Čunát
25c762f2bc
flex-2.5.35: switch source URL
2017-07-30 09:46:13 +02:00
vinymeuh
c152e7c5d9
most supported on all unix, not only gnu
2017-07-30 09:18:12 +02:00
Frederik Rietdijk
6128dd4d50
Python wrapper: undo change 8d76effc17
...
because we would otherwise end up with broken wrappers because PATH and
PTYHONPATH weren't set.
2017-07-30 08:42:33 +02:00
Frederik Rietdijk
20b8e4b4cf
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-30 08:09:11 +02:00
Tim Steinbach
9ea8535fa7
Merge pull request #27717 from NeQuissimus/sbt_0_13_16
...
sbt: 0.13.15 -> 0.13.16
2017-07-30 00:21:55 -04:00
Jörg Thalheim
23d8fd4ae6
Merge pull request #27719 from sigma/pr/java-fix
...
java: fix dtrace detection
2017-07-30 00:40:11 +01:00
Jörg Thalheim
0e210f142c
Merge pull request #27737 from puffnfresh/bug/alacritty-ld-library-path
...
alacritty: use patchelf instead of LD_LIBRARY_PATH
2017-07-30 00:15:04 +01:00
Jörg Thalheim
a5e8ef5a74
Merge pull request #27739 from romildo/upd.awesome
...
awesome: 4.1 -> 4.2
2017-07-30 00:12:46 +01:00
Michael Weiss
bc8b634072
maim: 5.4.64 -> 5.4.65
2017-07-30 00:59:08 +02:00
Michael Weiss
6f2715e47d
slop: 6.3.47 -> 6.3.48
2017-07-30 00:54:57 +02:00
Nikolay Amiantov
69e24c044a
kbd: fix build
2017-07-30 01:33:26 +03:00
Thomas Tuegel
24dc94e070
Merge commit 'refs/pull/27532/head' of github.com:NixOS/nixpkgs into feature/kde-applications-17.04.3
2017-07-29 17:23:23 -05:00
Nikolay Amiantov
373a623daa
Revert "Revert "kbd: 2.0.3 -> 2.0.4""
...
This reverts commit 00bf3a9dca
.
2017-07-30 01:21:44 +03:00
Robin Gloster
0154d1b03f
fix evaluation
...
cc @nyarly
2017-07-30 00:03:24 +02:00
Tim Steinbach
06a513ee05
busybox: 1.27.0 -> 1.27.1
2017-07-29 23:15:40 +02:00
Franz Pletz
d46c567756
Merge pull request #27747 from NeQuissimus/feh_2_19_1
...
feh: 2.19.0 -> 2.19.1
2017-07-29 22:39:57 +02:00
Jörg Thalheim
06bcac90bb
alacritty: only build on linux
...
the darwin build fails at the moment and since we are now using patchelf
it would not build anyway.
2017-07-29 20:43:20 +01:00
Thomas Tuegel
346bc1fbf5
Merge commit 'refs/pull/27491/head' of github.com:NixOS/nixpkgs into feature/plasma-5.10.4
2017-07-29 14:34:23 -05:00
Frederik Rietdijk
c4e26aff22
hspellDicts: broken
2017-07-29 21:29:45 +02:00
Franz Pletz
e09bb50d76
Merge pull request #27749 from NeQuissimus/imagemagick_6_9_9_3
...
ImageMagick: 6.9.9-0 -> 6.9.9-3
2017-07-29 21:20:07 +02:00
Franz Pletz
7eb5271a97
Merge pull request #27750 from NeQuissimus/imagemagick_7_0_6_4
...
ImageMagick: 7.0.6-1 -> 7.0.6-4
2017-07-29 21:19:55 +02:00
Tim Steinbach
820c7591f8
mariadb: 10.1.21 -> 10.1.25
2017-07-29 15:05:09 -04:00
Thomas Tuegel
cdb18068cd
zfs: fix invalid use of substituteInPlace
...
substituteInPlace was invoked with multiple targets on the command line, which
is not supported.
(cherry picked from commit b21defaf51
)
Re-applied due to bad merge in b116fa5ff2
.
2017-07-29 20:59:08 +02:00
Frederik Rietdijk
d387cac375
python33: end-of-life
...
Python 3.3 reaches end-of-life when we release 17.09.
https://mail.python.org/pipermail/python-dev/2017-July/148584.html
2017-07-29 20:49:24 +02:00
Frederik Rietdijk
d64e798c82
python35: Don't use ldconfig and speed up uuid load
...
A Python 3.5 version of de1b4e71c1
.
2017-07-29 20:41:02 +02:00
Frederik Rietdijk
0a7e705f62
python36: Don't use ldconfig and speed up uuid load
...
A Python 3.6 version of de1b4e71c1
.
2017-07-29 20:40:35 +02:00
Thomas Tuegel
5e0c5c27df
solid: include media-player-info during build
2017-07-29 13:34:13 -05:00
Thomas Tuegel
e1fd278759
kfilemetadata: enable Qt Multimedia dependency
2017-07-29 13:33:56 -05:00
Franz Pletz
6f0ef6bb32
ispc: build with current flex
2017-07-29 19:51:16 +02:00
Franz Pletz
5d2f5e374f
verilator: build with current flex
2017-07-29 19:51:16 +02:00
Franz Pletz
d3bfa0542c
intercal: build with current flex
2017-07-29 19:51:16 +02:00
Franz Pletz
7f69275f99
dtc: build with current flex
2017-07-29 19:51:15 +02:00
Franz Pletz
42beae0618
iptables: build with current flex
2017-07-29 19:51:15 +02:00
Franz Pletz
5e08c4a2cd
flex: 2.6.3 -> 2.6.4
2017-07-29 19:51:15 +02:00
Tim Steinbach
5e26dbe7ad
ImageMagick: 7.0.6-1 -> 7.0.6-4
2017-07-29 13:46:47 -04:00
Tim Steinbach
bde8a15019
ImageMagick: 6.9.9-0 -> 6.9.9-3
2017-07-29 13:40:13 -04:00
Thomas Tuegel
6cb7bf2dc2
Merge commit 'refs/pull/27531/head' of github.com:NixOS/nixpkgs into feature/kde-frameworks-5.36
2017-07-29 12:36:02 -05:00
Tim Steinbach
07b69a5325
feh: 2.19.0 -> 2.19.1
2017-07-29 13:32:58 -04:00
Tim Steinbach
733e20fee4
binutils: 2.28 -> 2.29
...
Binutils 2.29 no longer allows .semver symbols, which is why
we need to patch glibc to avoid them
2017-07-29 13:23:59 -04:00
volth
d50437ba3e
flex_2_5_35: fix 404
2017-07-29 19:01:07 +02:00
Franz Pletz
e37274eb2f
atlassian-jira: 7.3.7 -> 7.4.1
2017-07-29 18:28:30 +02:00
Franz Pletz
96a40ec635
atlassian-confluence: 6.2.2 -> 6.3.1
2017-07-29 18:28:06 +02:00
Franz Pletz
65f9631b87
linuxPackages.acpi_call: add patch for 4.12 compat
2017-07-29 18:28:00 +02:00
Franz Pletz
b449722886
Merge pull request #27730 from Infinisil/fix-artwork-url
...
nixos-artwork: Fix URL to gnome-dark
2017-07-29 18:27:25 +02:00
Danylo Hlynskyi
311ee164e4
pg_repack: 1.3.4 -> 1.4.0.1
...
highlight: adds support for Amazon RDS (pg 9.6.3) when used as client
2017-07-29 17:58:50 +02:00
Aristid Breitkreuz
9d4d963097
wireguard: 0.0.20170706 -> 0.0.20170726
2017-07-29 17:28:18 +02:00
volth
fd1b618852
xrdp: 0.9.2 -> 0.9.3 ( #27742 )
2017-07-29 16:16:19 +01:00
Robert Helgesson
9d4d62923a
fgallery: add support for facedetect
2017-07-29 17:01:54 +02:00
Robert Helgesson
138dd4f9f1
fgallery: 1.8 -> 1.8.2
2017-07-29 17:01:53 +02:00
Robert Helgesson
1ae9848fe1
perl-Cpanel-JSON-XS: init at 3.0237
2017-07-29 16:23:57 +02:00
Bart Brouns
72e99b6915
baudline: use jack2 instead of jack1
...
Otherwise it doesn't connect with the rest of the system.
[Bjørn: I think this is a symptom of jack1 packaging problem in nixpkgs.
The two libraries are _supposed_ to be interchangeable.]
2017-07-29 15:49:41 +02:00
romildo
47689bf706
awesome: 4.1 -> 4.2
...
- update to version 4.2
- remove 1639.patch, which has been integrated in release
2017-07-29 10:32:42 -03:00
Robert Helgesson
a444b34b52
facedetect: init at 0.1
2017-07-29 15:07:19 +02:00
Bjørn Forsman
1639429359
vim_configurable: add ".../after" plugin dirs to runtimepath
...
This fixes using e.g. CSApprox when installed with nix.
2017-07-29 14:34:13 +02:00
Brian McKenna
9aafecd28b
alacritty: use patchelf instead of LD_LIBRARY_PATH
...
If we use LD_LIBRARY_PATH then anything typed into Alacritty inherits it. This
breaks a lot of applications if the versions are different. For me this breaks
everything from Git to every program which uses Gtk.
2017-07-29 22:29:07 +10:00
Bjørn Forsman
a65d8d3af3
lighttpd: install configuration examples
...
Place them in $out/share/lighttpd/doc/config/.
Most importantly, this includes a complete set of mime types in the
$out/share/lighttpd/doc/config/conf.d/mime.conf file. The plan is to use
that file in the NixOS lighttpd module.
2017-07-29 14:24:40 +02:00
Joachim F
a99c2556f4
Merge pull request #27674 from Hodapp87/opencv_contrib_py
...
opencv: Work around build failure with enableContrib & Python
2017-07-29 13:05:28 +01:00
Frederik Rietdijk
b2608b8910
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-29 13:08:11 +02:00
Frederik Rietdijk
140f47eb74
Merge pull request #27733 from volth/patch-6
...
pythonPackages.amqplib: pypi->github
2017-07-29 13:05:22 +02:00
Frederik Rietdijk
1c94c54c4a
cli53: fix build
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
08f9183d75
python.pkgs.sounddevice: 0.3.6 -> 0.3.8
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
5ecc470b8c
freecad: 0.16 -> 0.16.6712
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
4f296cbaeb
python.pkgs.cython: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
25fa9f2f14
python.pkgs.blaze: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
b714a38bba
python.pkgs.cycler: move expression
2017-07-29 13:04:07 +02:00
Frank Lanitz
369fde13a3
Update Geany 1.30.1 -> 1.31 ( #27735 )
2017-07-29 11:43:45 +01:00
Peter Simons
47e3245691
haskell.lib: drop obsolete hasNoDataOutput and hasNoDocOutput functions
2017-07-29 12:39:26 +02:00
volth
fd73721aed
Update default.nix
2017-07-29 08:27:14 +00:00
Silvan Mosberger
eccca05e2c
nixos-artwork: Fix URL to gnome-dark
2017-07-29 06:36:55 +02:00
Tim Steinbach
321438d786
rkt: 1.27.0 -> 1.28.0
2017-07-29 00:16:44 -04:00
Charles Strahan
2b57cb9169
Merge pull request #25980 from nyarly/bundlerenv_usecases
...
BundlerEnv, now with groups and paths
2017-07-28 23:22:21 -04:00
hectorj
43f23e4dff
nomad: 0.5.6 -> 0.6.0
2017-07-29 00:41:57 +02:00
Tim Steinbach
a918521c1e
linux-copperhead: 4.12.3.a -> 4.12.4.a
2017-07-28 17:54:37 -04:00
Tim Steinbach
027323396b
ammonite: 1.0.0 -> 1.0.1
2017-07-28 17:49:53 -04:00
Sarah Brofeldt
a5e1860e14
frei0r: 1.4 -> 1.6.1
2017-07-28 22:53:26 +02:00
Johannes Frankenau
21d23fac35
nnn: 1.2 -> 1.3
2017-07-28 22:50:54 +02:00
Orivej Desh
4964b104b9
ld-wrapper: Optimize expanding rpath
...
The time to expand rpath was proportional to the number of -L flags times the
number of -l flags. Now it is proportional to their sum (assuming constant
number of files in each directory in an -L flag).
Issue reported by @nh2 at https://github.com/NixOS/nixpkgs/issues/27609#issuecomment-317916623
2017-07-28 20:50:30 +00:00
Michael Weiss
d460fd0f99
nodePackages.dhcp: init at 0.2.9
2017-07-28 21:20:06 +02:00
Frederik Rietdijk
55357de67a
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-28 19:37:36 +02:00
Yann Hodique
9a2a8a5855
java: fix dtrace detection
2017-07-28 09:31:24 -07:00
Peter Simons
cb1742e76d
haskell: fix builds broken by LTS-9 update
2017-07-28 18:14:02 +02:00
Peter Simons
f442bbcdec
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4-2-ge4f891e from Hackage revision
f72c20d338
.
2017-07-28 18:13:57 +02:00
Peter Simons
30fbeed254
LTS Haskell 9.0
...
Minus the broken wai-middleware-prometheus-0.2.0 package.
2017-07-28 18:13:27 +02:00
Frederik Rietdijk
ec59e3b3f5
openblas: 0.2.19 -> 0.2.20
2017-07-28 18:08:06 +02:00
Tim Steinbach
324197e60e
sbt: 0.13.15 -> 0.13.16
2017-07-28 11:27:35 -04:00
Frederik Rietdijk
ac1ea28a50
python.pkgs: maintenance updates
2017-07-28 16:56:33 +02:00
Frederik Rietdijk
1e605e654f
python.pkgs.tornado: 4.4.2 -> 4.5.1
2017-07-28 16:56:33 +02:00
Eelco Dolstra
cc9bfd2cf8
elfutils: Respect $NIX_DEBUG_INFO_DIRS
...
This makes eu-stack and eu-addr2line do the right thing in a
nix-shell (if the appropriate debug outputs are present).
2017-07-28 16:38:26 +02:00
Eelco Dolstra
340bd1ed2e
elfutils: 0.168 -> 0.169
2017-07-28 16:38:26 +02:00
Eelco Dolstra
5c5b71df5e
Add a setup hook to fill NIX_DEBUG_INFO_DIRS
...
This setup hook is propagated by gdb. Thus, a typical use is:
$ nix-shell -p gdb nix nix.debug sqlite.debug ...
and gdb will be able find the debug symbols of nix etc. automatically.
2017-07-28 16:38:26 +02:00
Eelco Dolstra
5b09152898
gdb: Look for .build-id files in NIX_DEBUG_INFO_DIRS
...
This allows us to provide a setup hook that makes debug outputs
findable by gdb.
2017-07-28 16:38:22 +02:00
Tim Steinbach
07ab4d257e
scala: 2.12.2 -> 2.12.3
2017-07-28 10:22:47 -04:00
Frederik Rietdijk
451ac7bc3f
python.pkgs.pytest_xdist: 1.16.0 -> 1.18.2
2017-07-28 16:13:29 +02:00
Langston Barrett
e985aa5501
pythonPackages.sqlobject: 3.0.0 -> 3.3.0
2017-07-28 16:13:29 +02:00
Langston Barrett
f05fcb40a1
pythonPackages.FormEncode: 1.3.0 -> 1.3.1
2017-07-28 16:13:29 +02:00
Langston Barrett
8081ab6e5c
pythonPackages.pysideShiboken: patch for Python 3.6
2017-07-28 16:13:28 +02:00
Langston Barrett
0dea2d20a7
faker: 0.0.4 -> 0.7.17
2017-07-28 16:13:28 +02:00
Langston Barrett
822b09a514
ukpostcodeparser: init at 1.1.0
2017-07-28 16:13:28 +02:00
Langston Barrett
d2c0a46797
email_validator: init at 1.0.2
2017-07-28 16:13:28 +02:00
Langston Barrett
cb77b9c2e9
formencode: update for dnspython
2017-07-28 16:13:28 +02:00
Langston Barrett
cecbb9fdf6
dnspython: 1.14.0 -> 1.15.0
2017-07-28 16:13:28 +02:00
Langston Barrett
ee38a35f95
pythonPackages.dkimpy: 0.6.1 -> 0.6.2
2017-07-28 16:13:28 +02:00
adisbladis
fcb6e72ddf
vulnix: use zc_lockfile, zodbpickle and persistent from pythonPackages
2017-07-28 16:13:28 +02:00
adisbladis
6bd2ac7707
pythonPackages.persistent: 4.0.8 -> 4.2.4.2
2017-07-28 16:13:28 +02:00
adisbladis
61e73427e0
pythonPackages.zodbpickle: 0.5.2 -> 0.6.0
2017-07-28 16:13:28 +02:00
adisbladis
2e34c6d8a9
pythonPackages.zc_lockfile: 1.0.2 -> 1.2.1
2017-07-28 16:13:28 +02:00
adisbladis
1d6aa6581a
pythonPackages.btrees: Add missing build-time only dependencies
2017-07-28 16:13:28 +02:00
adisbladis
b5f436cf0e
pythonPackages.zconfig: Add missing build-time only dependencies
2017-07-28 16:13:28 +02:00
Frederik Rietdijk
00bf3a9dca
Revert "kbd: 2.0.3 -> 2.0.4"
...
This reverts commit fd43b50877
.
```
substitute(): ERROR: Invalid command line argument: /nix/store/8f42syfzv3cpw3jjq96sdzvnclivi783-kbd-2.0.4/bin/unicode_stop
```
@rnhmjoj please check
2017-07-28 16:11:10 +02:00
Franz Pletz
b116fa5ff2
Merge branch 'master' into staging
2017-07-28 16:08:30 +02:00