Thomas Tuegel
7defda8356
gtkmm: fix build error by patching missing operator
2016-10-05 19:47:31 -05:00
Graham Christensen
b5da91aae3
Merge pull request #19252 from grahamc/jasper
...
jasper: 1.900.1 -> 1.900.2
2016-10-05 20:43:35 -04:00
Graham Christensen
7aae190375
Merge pull request #19275 from grahamc/openjpeg
...
openjpeg: 2.1.1 -> 2.1.2 for CVE-2016-7163
2016-10-05 20:42:06 -04:00
Graham Christensen
0dd1381451
jasper: 1.900.1 -> 1.900.2
2016-10-05 20:36:51 -04:00
Theodore Witkamp
d4566400c9
haskellPackage.wai-cors: Disable cabal check
...
External program is used in tests.
2016-10-05 17:04:35 -07:00
Graham Christensen
387fc04475
c-ares: 1.10.0 -> 1.12.0 for CVE-2016-5180
2016-10-05 19:27:39 -04:00
Graham Christensen
db2e9b274c
openjpeg: 2.1.1 -> 2.1.2 for CVE-2016-7163
2016-10-05 18:34:14 -04:00
Jörg Thalheim
638d4b4d71
Merge pull request #19265 from Mic92/rtkit
...
rtkit: apply security relevant patch
2016-10-06 00:07:35 +02:00
Alexander Ried
5e066e2bcb
libsigcxx 2.8.0 -> 2.10.0
2016-10-05 23:18:43 +02:00
Daniel Peebles
44bf933d99
Merge pull request #19272 from mlieberman85/add-ptpython
...
ptpython: init at 0.35
2016-10-05 16:14:00 -04:00
Michael Lieberman
5baecbc4af
ptpython: init at 0.35
2016-10-05 15:36:57 -04:00
Peter Simons
82d32feda9
haskell: jailbreak some packages to fix builds in LTS 7.x
2016-10-05 21:07:29 +02:00
Peter Simons
e9d7f0d945
haskell-attoparsec: fix build with GHC 7.10.x
...
Closes https://github.com/NixOS/nixpkgs/issues/19270 .
2016-10-05 21:07:29 +02:00
Peter Simons
75df6107da
haskell-configuration-ghc-7.10.x: drop obsolete overrides
2016-10-05 21:07:29 +02:00
Jörg Thalheim
cdcc305027
Merge pull request #19258 from groxxda/accountsservice
...
accountsservice: 0.6.42 -> 0.6.43
2016-10-05 20:46:26 +02:00
Robin Gloster
cd1ec18b42
thin-provisioning-tools: init at 0.6.3 ( #19268 )
2016-10-05 20:28:28 +02:00
Alex Ivanov
2aeb234f25
pakcs: update to 1.14.0
2016-10-05 21:20:58 +03:00
Eelco Dolstra
f084274eeb
Merge pull request #19251 from groxxda/patch-2
...
kernel: Disable RT_GROUP_SCHED
2016-10-05 20:05:18 +02:00
Vincent Laporte
7b805bd0b0
ProofGeneral: 4.2 -> 4.4
2016-10-05 19:09:36 +02:00
Peter Simons
2a2a3c796a
callHackage: ensure we're always using the latest available Hackage database
2016-10-05 19:05:50 +02:00
Vladimír Čunát
07d12fbef1
fontforge: get rid of output hash depending on git
...
... to avoid git changes being mass rebuilds.
Thanks to Mic92 for the solution idea.
See discussion under: https://github.com/NixOS/nixpkgs/pull/19248
2016-10-05 19:04:03 +02:00
Vladimír Čunát
30f551d8b2
Merge branch 'master' into staging
2016-10-05 19:02:48 +02:00
Frederik Rietdijk
529a4050cd
Merge pull request #19241 from MostAwesomeDude/tahoe
...
python2.7-nevow: 0.11.1 -> 0.14.2
2016-10-05 18:57:01 +02:00
Frederik Rietdijk
3631da6c20
Merge pull request #19266 from NixOS/python-wip
...
Python package updates
2016-10-05 18:50:35 +02:00
Jörg Thalheim
c684eb756a
rtkit: *security* Pass uid of caller to polkit
...
Otherwise, we force polkit to look up the uid itself in /proc, which is racy if
they execve() a setuid binary.
2016-10-05 18:11:02 +02:00
Domen Kožar
92d2416280
Merge pull request #19264 from peterhoeg/php
...
php fpm: add systemd support
2016-10-05 17:36:39 +02:00
Peter Hoeg
5a6626f47c
php fpm: add systemd support
...
PHP FPM will now notify systemd when it's done initializing and ready to
serve requests.
Additionally ```systemctl status phpfpm``` will now show statistics such
as:
```
Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec"
```
2016-10-05 23:30:31 +08:00
Jörg Thalheim
1bd8d7710e
Merge pull request #19125 from markus1189/bin-bash-cleanup
...
Bin bash cleanup
2016-10-05 17:16:00 +02:00
Bjørn Forsman
b0d77698bf
gpshell: wrap with gppcscconnectionplugin
...
Fixes this:
$ echo establish_context | gpshell
establish_context
establish_context failed with error 0xFFFFFFFFFFFFFFFF (libgppcscconnectionplugin.so.1.0.1: cannot open shared object file: No such file or directory)
Have to use LD_LIBRARY_PATH instead of patchelf, because it's
libglobalplatform.so.6 (from globalplatform package) that needs
libgppcscconnectionplugin.so.1.0.1, not gpshell itself. And because
RPATH doesn't "propagate" from one ELF to another, the library isn't
found. One can argue that globalplatform should depend on
gppcscconnectionplugin, but it touches on the still-unsolved "plugin"
issue in Nix packaging, so leaving that alone.
2016-10-05 17:06:15 +02:00
Bjørn Forsman
1021797201
languagetool: fix eval
2016-10-05 17:04:50 +02:00
Frederik Rietdijk
197b9ec123
Merge pull request #19260 from lsix/update_tornado
...
pythonPackages.tornado: 4.4.1 -> 4.4.2
2016-10-05 17:03:01 +02:00
Lancelot SIX
e380a84ad9
pythonPackages.tornado: 4.4.1 -> 4.4.2
...
Release details:
http://www.tornadoweb.org/en/stable/releases/v4.4.2.html
2016-10-05 16:47:19 +02:00
Periklis Tsirakidis
c55937fab4
zsh-syntax-highlighting: enable build for darwin
2016-10-05 16:43:53 +02:00
Alexander Ried
ff81b74833
accountsservice: 0.6.42 -> 0.6.43
...
the patch for nixbld is not needed anymore since accountsservice now
excludes all users with shell set to nologin.
Previously this was only done for users in range 500 - minimum_uid
(1000).
2016-10-05 16:34:22 +02:00
Frederik Rietdijk
b0808b084a
pythonPackages.geventhttpclient: 1.2.0 -> 1.3.1
2016-10-05 15:44:49 +02:00
Frederik Rietdijk
11433cc798
pythonPackages.netlib: remove since it is not used anymore by mitmproxy
2016-10-05 15:44:49 +02:00
Frederik Rietdijk
cbc2327fab
pythonPackages.mitmproxy: 0.14 -> 0.17.1
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
9caf12c88e
pythonPackages.html2text: 2015.11.4 -> 2016.9.19
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
5fc1a22a23
pythonPackages.widgetsnbextension: init at 1.2.6
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
e1bd33004c
pythonPackages.attrs: 16.0.0 -> 16.2.0
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
f56185c924
pythonPackages.scipy: 0.18.0 -> 0.18.1
2016-10-05 15:44:47 +02:00
Frederik Rietdijk
bde9e11f5d
pythonPackages.pandas: 0.18.1 -> 0.19.0
2016-10-05 15:44:47 +02:00
Graham Christensen
78b5ce35ce
Merge pull request #19200 from vbgl/asymptote-on-darwin
...
asymptote: fix build on Darwin
2016-10-05 09:19:35 -04:00
Edward Tjörnhammar
5b11c34b51
vimPlugins: added agda-vim vim-grammarous vim-easytags, updates
2016-10-05 15:11:20 +02:00
Edward Tjörnhammar
e4bdbfc247
languagetool: init at 3.5
2016-10-05 15:11:20 +02:00
Peter Simons
fad5794c77
Merge pull request #19248 from FRidh/git
...
git: 2.10.0 -> 2.10.1
2016-10-05 13:46:40 +02:00
Graham Christensen
d577ce8e13
Merge pull request #19242 from mirrexagon/mrxgn-update-cava
...
cava: 0.4.1 -> 0.4.2
2016-10-05 07:41:08 -04:00
Frederik Rietdijk
a6de7142ce
Merge pull request #19218 from Profpatsch/searx-pyopenssl
...
searx: fix pyopenssl version
2016-10-05 13:17:10 +02:00
Graham Christensen
3a83caad0a
Merge pull request #19250 from groxxda/rtkit
...
rtkit: add patch from debian to remove ControlGroup stanza
2016-10-05 07:14:10 -04:00
Franz Pletz
7e9a2c345b
libass: 0.13.2 -> 0.13.4 (security)
...
Fixes:
* CVE-2016-7969
* CVE-2016-7970
* CVE-2016-7972
2016-10-05 13:10:00 +02:00
Alexander Ried
96fbdf8594
kernel: Disable RT_GROUP_SCHED
...
Follow systemd recommendation
fd74fa791f/README (L96-L103)
2016-10-05 12:52:45 +02:00
Frederik Rietdijk
8d42c1e95d
pythonPackages.numpy: 1.11.1 -> 1.11.2
2016-10-05 12:36:17 +02:00
Frederik Rietdijk
9364cb0feb
pythonPackages.uncertainties: 2.4.8.1 -> 3.0.1
2016-10-05 12:36:16 +02:00
Frederik Rietdijk
ee843b79ce
pythonPackages.Theano: 0.8.1 -> 0.8.2
2016-10-05 12:36:16 +02:00
Frederik Rietdijk
4dee695764
pythonPackages.scikitlearn: 0.17.1 -> 0.18
2016-10-05 12:36:15 +02:00
Frederik Rietdijk
5e0ac16e1f
pythonPackages.Kajiki: 0.5.2 -> 0.5.5
2016-10-05 12:36:15 +02:00
Frederik Rietdijk
7ad156b476
pythonPackages.notebook: 4.2.2 -> 4.2.3
2016-10-05 12:36:14 +02:00
Frederik Rietdijk
08d61cea4b
pythonPackages.jupyter_core: 4.1.1 -> 4.2.0
2016-10-05 12:36:14 +02:00
Frederik Rietdijk
a60c4bb61a
pythonPackages.jupyter_client: 4.3.0 -> 4.4.0
2016-10-05 12:36:13 +02:00
Frederik Rietdijk
0abc704b6a
pythonPackages.ipywidgets: 4.1.1 -> 5.2.2
2016-10-05 12:36:13 +02:00
Lancelot SIX
74e52576e0
pythonPackages.django_1_10: 1.10.1 -> 1.10.2 ( #19193 )
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.10.2/
2016-10-05 12:28:17 +02:00
Philip Potter
f94072196d
cookiecutter: 1.3.0 -> 1.4.0 ( #19232 )
...
This version bump changes the dependencies, adding in two new packages
`poyo` and `jinja2_time`. This in turn fixes python3 support.
In order to get python3Packages.cookiecutter to build, I had to add pytest as
a dependency to whichcraft; I'm not sure why this wasn't already there.
I tried to build pypyPackages.cookiecutter, but the resulting binary
fails with the message:
$ cookiecutter gh:audreyr/cookiecutter-pypackage
Traceback (most recent call last):
File "/nix/store/v1czxi8amljxkp6nxi8x1hxa7lkb6i7c-pypy5.4.1-cookiecutter-1.4.0/bin/.cookiecutter-wrapped", line 8, in <module>
from cookiecutter.cli import main
ImportError: No module named cookiecutter
I'm not sure how to debug this.
2016-10-05 12:26:20 +02:00
Alexander Ried
4e91e8cb3d
rtkit: add patch from debian to remove ControlGroup stanza
...
fixes log clutter:
systemd[1]: [/nix/store/....-rtkit-0.11/etc/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service'
2016-10-05 11:23:11 +02:00
Frederik Rietdijk
2fb5289d83
git: 2.10.0 -> 2.10.1
2016-10-05 10:37:09 +02:00
Frederik Rietdijk
f1074590da
pythonPackages.ipyparallel: 5.0.1 -> 5.2.0
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
02801ab700
pythonPackages.ipykernel: 4.3.1 -> 4.5.0
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
57168395b8
pythonPackages.jupyterlab: 0.1.1 -> 0.4.1
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
8295fd9365
pythonPackages.GitPython: 2.0.2 -> 2.0.8
2016-10-05 10:03:50 +02:00
Frederik Rietdijk
8a4bb467a4
pythonPackages.decorator: 4.0.9 -> 4.0.10
2016-10-05 10:03:50 +02:00
Peter Simons
2f0d0cd05a
ghcjs: mark build as broken
...
(cherry picked from commit 8f07d4bd78
)
2016-10-05 09:46:53 +02:00
Peter Simons
ec8b816154
Extend Haskell generic builder to use new --ipid flag.
2016-10-05 09:46:53 +02:00
Peter Simons
4e576faa1c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-11-g4585b46 from Hackage revision
ad51461d4d
.
2016-10-05 09:46:53 +02:00
Kirill Boltaev
3e646865f4
treewide: use ocaml.version ( #19192 )
2016-10-05 09:32:30 +02:00
Michael Raskin
916364af72
Merge pull request #19240 from mirrexagon/mrxgn-update-textadept
...
textadept: 8.7 -> 9.0
2016-10-05 07:20:33 +00:00
Jörg Thalheim
d8f8983df4
Merge pull request #19208 from mstarzyk/nim
...
Nim & nimble upgrade
2016-10-05 09:10:52 +02:00
Andrew Abbott
64f7b415be
cava: 0.4.1 -> 0.4.2
2016-10-05 15:25:03 +11:00
Corbin
dec4ec07bd
python2.7-nevow: 0.11.1 -> 0.14.2
...
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Andrew Abbott
717fbc2ad0
textadept: 8.7 -> 9.0
2016-10-05 15:07:56 +11:00
Thomas Tuegel
d067b7bd35
Merge branch 'kde-5' into staging
2016-10-04 21:50:17 -05:00
Thomas Tuegel
379c511126
kde5.plasma: 5.7.5 -> 5.8.0
2016-10-04 21:49:46 -05:00
Thomas Tuegel
fc23f64d34
qt5.qtbase: ruby is no longer a dependency
2016-10-04 21:49:33 -05:00
Thomas Tuegel
ebe90e3e2d
kde5.frameworks: 5.24 -> 5.26
2016-10-04 21:49:32 -05:00
Matt Billenstein
6bfbb7a07c
mongodb: fix build on OSX by adding Security framework
2016-10-04 19:38:32 -07:00
Ji-Haeng Huh
b5b907f3fb
corretions for PR comments
2016-10-05 01:27:47 +02:00
Joachim F
83df0e7b18
Merge pull request #19224 from KibaFox/tinyfugue
...
tinyfugue: init at 50b8
2016-10-05 00:08:52 +02:00
Kiba Fox
151edd446d
tinyfugue: init at 50b8
2016-10-04 17:46:26 -04:00
Joachim F
65aa53fbed
Merge pull request #18495 from yshui/master
...
Add new input method: fcitx-libpinyin
2016-10-04 22:46:11 +02:00
Joachim F
ea111244f5
Merge pull request #19215 from jonafato/corebird-1.3.3
...
corebird: 1.3.2 -> 1.3.3
2016-10-04 22:32:29 +02:00
Alex Ivanov
cb79662bf3
pakcs: reborn
2016-10-04 22:49:07 +03:00
Peter Simons
98a750b4a8
Merge pull request #19228 from mboes/ghc-head-20160930
...
haskell.compiler.ghcHEAD: update to latest upstream (20160930).
2016-10-04 20:51:45 +02:00
Christian Richter
73a03e3a18
ardour: 4.7 -> 5.4
2016-10-04 20:51:23 +02:00
Markus Hauck
aafbd40577
Replace hard coded /bin/bash occurrences
2016-10-04 20:15:37 +02:00
Samuel Rivas
55286552d3
Merge remote-tracking branch 'origin/master' into crafty
2016-10-04 20:13:38 +02:00
Samuel Rivas
cc79c1c9f0
crafty: 23.4 -> 25.0.1
...
Fix crafty and update to latest version
* Download URLs changed to www.craftychess.com
* crafty 23.4 doesn't quite build, updated to latest
* Modify the wrapping script so that the books are in the user's home (so that
they can be easily modified and also so that crafty can learn)
* End game table bases are no longer available (should be built) removed from
now
* Platform specific targets changed, I can only test linux, so removed darwin
for now
* The enormous pgn is no longer available, removed
* Removed craftyfull
update urls
move the books to HOME
So that learning works and we can modify books to control openings
remove leftovers
Delete unused parts
I have no idea how to build for ios, so I fixed linux build only (ios build was
broken anyway, so I removed it)
I couldn't find the new end game table bases, so I removed them for now.
2016-10-04 20:06:10 +02:00
Mathieu Boespflug
4b34e4a7cb
haskell.compiler.ghcHEAD: update to latest upstream (20160930).
...
Includes several fixes necessary for inline-java full functionality.
2016-10-04 17:51:37 +02:00
Shea Levy
e70a2badc2
Merge branch 'master' of github.com:NixOS/nixpkgs
2016-10-04 10:16:13 -04:00
Thomas Tuegel
772d7262a1
Merge pull request #19219 from mdorman/emacs-packages
...
Emacs package updates
2016-10-04 09:15:43 -05:00
Shea Levy
e54313d183
Revert "Revert "Linux 4.8""
...
Now featuring @aszlig's modinst_arg_list_too_long patch.
This reverts commit 43bedb970d
.
Fixes #19213
2016-10-04 10:10:36 -04:00
Ji-Haeng Huh
f02f1a490b
Fixing lsof-4.89 for Darwin
2016-10-04 15:37:35 +02:00
Profpatsch
23913912c3
searx: fix pyopenssl version
...
Also remove the old postPatch substitutions (the patch does those).
2016-10-04 15:26:39 +02:00
Jascha Geerds
0e540d2113
hipchat: 4.26.0.1657 -> 4.27.0.1658
2016-10-04 15:16:30 +02:00
Michael Alan Dorman
3b7dd001e2
melpa-packages: 2016-10-03
...
Removals:
- mmm-jinja2: repository is gone
- salt-mode: repository is gone
- session: removed from melpa
- shimbun: repository server doesn't respond properly
- w3m: repository server doesn't respond properly
- yatex: server using insecure tls version
2016-10-04 08:15:25 -04:00
Michael Alan Dorman
29f61c14ea
melpa-stable-packages: 2016-10-03
...
Removals:
- ssh-config-mode: version number no longer parseable by package.el
- yatex: server using insecure tls version
2016-10-04 08:15:00 -04:00
Michael Alan Dorman
d87851718c
org-packages: 2016-10-03
2016-10-04 08:12:18 -04:00
Michael Alan Dorman
6d0cca95ad
elpa-packages: 2016-10-03
2016-10-04 08:12:18 -04:00
Michael Raskin
3765f62fd6
loudmouth: 1.4.3 -> 1.5.3, switch to mcabber version as the upstream as the Gnome version has stagnated
2016-10-04 13:23:49 +02:00
Michael Raskin
bd21e866d2
mcabber: 1.0.2 -> 1.0.3
2016-10-04 13:13:45 +02:00
Lluís Batlle i Rossell
d96c5e1fd6
Fixing irssi-otr after change of irssi ABI.
...
I pick the change from this pull request:
https://github.com/cryptodotis/irssi-otr/pull/60/
2016-10-04 12:29:09 +02:00
Michael Raskin
94e87bd79b
lsof: add one more mirror, the second one seems unavailable (and the original site is too picky about NATs)
2016-10-04 10:16:22 +02:00
Michael Raskin
5175808f04
vifm: update metainformation w.r.t. project home move
2016-10-04 10:07:46 +02:00
Michael Raskin
8de1da7ccb
mc: 4.8.17 -> 4.8.18
2016-10-04 10:04:33 +02:00
Michael Raskin
1e753d1fbc
harfbuzz: 1.3.1 -> 1.3.2
2016-10-04 09:59:04 +02:00
Michael Raskin
c08ef075a7
rxvt_unicode: add downloadPage for easier update checking
2016-10-04 09:59:04 +02:00
Profpatsch
c535924f5f
geteltorito: init at 0.6 ( #18614 )
2016-10-04 04:07:56 +02:00
Shea Levy
43bedb970d
Revert "Linux 4.8"
...
This reverts commit e4958d54b1
.
2016-10-03 22:04:43 -04:00
Jon Banafato
e45a242ee2
corebird: 1.3.2 -> 1.3.3
...
Update corebird to the latest release.
2016-10-03 21:06:04 -04:00
Moritz Ulrich
38dbb8008d
weechat: Work around darwin linking issue
2016-10-03 23:45:16 +02:00
Vladimír Čunát
1525568c74
util-linux: fixup patch hash from grandparent merge
...
And name the file, too.
2016-10-03 23:06:51 +02:00
Jörg Thalheim
c3c34ea372
Merge pull request #19207 from groxxda/libusb
...
libusb: 1.0.19 -> 1.0.20 [-> staging]
2016-10-03 23:05:49 +02:00
Jörg Thalheim
45f64a37c9
Merge pull request #19175 from Mic92/util-linux
...
util-linux: workaround CVE-2016-2779
2016-10-03 22:53:21 +02:00
Jörg Thalheim
f12fcfebe2
Merge pull request #19206 from apeyroux/init/jsbeautifier
...
jsbeautifier: init 1.6.4
2016-10-03 21:52:45 +02:00
Maciek Starzyk
8852c5144f
nimble: 0.7.4 -> 0.7.8
2016-10-03 21:45:03 +02:00
Maciek Starzyk
eda85e161f
nim: 0.14.2 -> 0.15.0
2016-10-03 21:44:40 +02:00
Alexander Ried
b7c358167e
libusb: 1.0.19 -> 1.0.20
2016-10-03 21:13:30 +02:00
Alexandre Peyroux
3298c13d52
jsbeautifier: add maintainer
2016-10-03 20:35:14 +02:00
Alexandre Peyroux
c072feb377
jsbeautifier: fix alphabetical order
2016-10-03 20:22:39 +02:00
Jörg Thalheim
96a1e782a6
Merge pull request #19205 from elasticdog/ansible2
...
pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0
2016-10-03 20:21:56 +02:00
Alexandre Peyroux
78ec797215
jsbeautifier: init 1.6.4
2016-10-03 20:18:12 +02:00
Jörg Thalheim
ab55fabd0c
Merge pull request #19203 from nmattia/r10k-update
...
r10k: remove unused docker dependency
2016-10-03 20:11:27 +02:00
makefu
004a5a2047
opentracker: 2014-08-03 -> 2016-10-02
...
* change git url to new official repo
* add sample configuration to package
* use licenses.beerware
* add maintainer
2016-10-03 20:04:00 +02:00
Nicolas Mattia
86c78073d8
r10k: remove unused docker dependency
2016-10-03 19:50:16 +02:00
Aaron Bull Schaefer
f684f52527
pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0
2016-10-03 10:43:25 -07:00
Jörg Thalheim
58b6c84071
Merge pull request #19197 from gnidorah/master
...
Add Rambox and Franz messengers
2016-10-03 19:37:52 +02:00
Jörg Thalheim
888f6a1280
Merge pull request #19199 from wizeman/u/fix-help2man-hash
...
help2man: fix hash
2016-10-03 19:26:44 +02:00
Vincent Laporte
3cb65da139
asymptote: fix build on Darwin
...
No GLUT and no OSMesa
2016-10-03 19:09:56 +02:00
Alex Ivanov
4e449d0159
rambox, franz: support i386-linux
2016-10-03 19:57:50 +03:00
Ricardo M. Correia
2ad13953a4
help2man: fix hash
2016-10-03 18:49:47 +02:00
Jörg Thalheim
008344b29a
Merge pull request #19198 from acowley/rustc-darwin
...
rustc: fix build on darwin
2016-10-03 18:42:20 +02:00
Franz Pletz
beca8946ee
jool: 3.4.5 -> 3.5.0
2016-10-03 18:25:28 +02:00
Alex Ivanov
43d327c137
rambox, franz: recommendations by Mic92
2016-10-03 19:24:57 +03:00
Ignat Loskutov
9f34b5595e
zsh-syntax-highlighting: init at 0.4.1
...
fixes #19179
2016-10-03 17:49:04 +02:00
Michael Raskin
5e882ea558
freeipmi: 1.5.3 -> 1.5.4
2016-10-03 17:35:18 +02:00
Michael Raskin
ea6f03d1ca
botan: 1.11.31 -> 1.11.32
2016-10-03 17:35:18 +02:00
Michael Raskin
c085767dac
gajim: 0.16.5 -> 0.16.6
2016-10-03 17:35:18 +02:00
makefu
3ca28283bf
udpt: init at 2016-02-20
...
fixes #19171
2016-10-03 17:15:32 +02:00
Eelco Dolstra
69bb34673e
Merge pull request #19196 from groxxda/xkbbindir
...
xserver: replace XKB_BINDIR with compile time option
2016-10-03 17:12:59 +02:00
Moritz Ulrich
7cc3de8742
weechat: 1.5 -> 1.6
2016-10-03 16:55:17 +02:00
Michael Raskin
c2e849b64d
libreoffice-fresh: 5.2.1.2 -> 5.2.2.2
2016-10-03 16:45:46 +02:00
Jörg Thalheim
d153c195ca
Merge pull request #19190 from mayflower/emby_fix_ffmpeg_detection
...
emby: use makeWrapper to supply ffmpeg/probe paths
2016-10-03 16:36:14 +02:00
Alexandre Peyroux
34767dec21
EditorConfig: init at 0.12.0
...
fixes #19163
2016-10-03 16:30:09 +02:00
Jörg Thalheim
f3ed2b60a6
Merge pull request #19133 from groxxda/gtkvnc
...
gtk-vnc: remove gtk2 support, 0.5.3 -> 0.6.0
2016-10-03 16:19:11 +02:00
Alex Ivanov
756fece17d
franz: init at 4.0.4
2016-10-03 16:26:16 +03:00
Alex Ivanov
51cd05c8fc
rambox: init at 0.4.4
2016-10-03 16:24:35 +03:00
Anthony Cowley
3989b8da43
rustc: fix build on darwin
...
The OS is identified as "10.4" rather than "osx". This commit removes
the 'rt' build script's hard coding of the "osx" suffix when building on
darwin since the cmake configuration falls back to building a 10.4
compatible libclang_rt.
2016-10-03 09:20:56 -04:00
Profpatsch
4c39fe5d66
xonotic: fix dependencies ( #19173 )
2016-10-03 15:14:16 +02:00
Alexander Ried
e7ded267bd
xserver: replace XKB_BINDIR with compile time option
...
---
Using the configure option relieves us of the patch and passing the path
via the env var in many places. Also the env var may not be inherited
when components like gdm spawn new sessions.
2016-10-03 15:03:02 +02:00
Shea Levy
e4958d54b1
Linux 4.8
2016-10-03 08:45:45 -04:00
Jörg Thalheim
54867a0400
Merge pull request #19131 from aneeshusa/remove-redundant-cmake-build-type-release-args-part2
...
llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flags
2016-10-03 14:43:40 +02:00
Frederik Rietdijk
ef8e8afb48
Merge pull request #19189 from luispedro/imread_06
...
imread: 0.5.1 -> 0.6
2016-10-03 14:08:49 +02:00
Michael Raskin
92675bb6e5
wineUnstable, wineStaging: 1.9.18 -> 1.9.20
2016-10-03 13:54:18 +02:00
Alexey Shmalko
2ce23db2c8
Merge pull request #19009 from artuuge/cpp_ethereum
...
cpp_ethereum: 1.2.9 -> 1.3.0
2016-10-03 13:58:07 +03:00
Alexey Shmalko
a76204bf67
Merge pull request #19191 from mayflower/emby_3_0_7300
...
emby: 3.0.7200 -> 3.0.7300
2016-10-03 13:56:25 +03:00
Luis Pedro Coelho
43f13dacb9
imread: 0.5.1 -> 0.6
2016-10-03 12:53:33 +02:00
Frederik Rietdijk
971f903390
Merge pull request #19188 from luispedro/mahotas_142
...
mahotas: 1.4.1 -> 1.4.2
2016-10-03 12:49:09 +02:00
Tristan Helmich
a859312e56
emby: 3.0.7200 -> 3.0.7300
2016-10-03 12:28:58 +02:00
Thomas Tuegel
4428533212
Merge pull request #19177 from ttuegel/revert-wayland-downgrade
...
Revert "mesa_drivers: work around #16779 "
2016-10-03 05:26:07 -05:00
Thomas Tuegel
08aea87297
ibus: refresh cache at startup
...
Fixes #19134 . (Maybe.)
2016-10-03 05:25:41 -05:00
Tristan Helmich
81ff763541
emby: use makeWrapper to supply ffmpeg/probe paths
...
Fixes NixOS/nixpkgs#19118
2016-10-03 12:23:44 +02:00
Luis Pedro Coelho
9934513fdd
mahotas: 1.4.1 -> 1.4.2
2016-10-03 11:45:20 +02:00
artuuge
05001557ca
cpp_ethereum: 1.2.9 -> 1.3.0
2016-10-03 11:22:44 +02:00
Jörg Thalheim
26e39566af
Merge pull request #19120 from groxxda/gtk+
...
gtk+3: 3.22.0 -> 3.22.1 [=> staging]
2016-10-03 10:36:08 +02:00
Jörg Thalheim
df8dad4b89
Merge pull request #19121 from groxxda/glib
...
glib{mm,-networking} -> 2.50.0 [-> staging]
2016-10-03 10:35:11 +02:00
Jörg Thalheim
cd9297bf1e
Merge pull request #19187 from ericsagnes/pkg-update/wireguard
...
wireguard: 2016-08-08 -> 2016-10-01
2016-10-03 10:29:22 +02:00
Eric Sagnes
58d44a376e
wireguard: 2016-08-08 -> 2016-10-01
2016-10-03 17:06:11 +09:00
Matthias Beyer
c22bf45fa1
bean-add: 2016-10-01 -> 2016-10-03
2016-10-03 09:46:16 +02:00
Jörg Thalheim
0d1d60366b
Merge pull request #19181 from Ralith/purple-hangouts
...
purple-hangouts-hg: 2016-08-31 -> 2016-10-01
2016-10-03 09:36:59 +02:00
Jörg Thalheim
ba00ba65eb
util-linux: workaround CVE-2016-2779
...
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2779
2016-10-03 08:49:56 +02:00
Charles Strahan
342780520f
termite: 11 -> 12
2016-10-03 02:21:55 -04:00
Benjamin Saunders
eaa11f3493
purple-hangouts-hg: 2016-08-31 -> 2016-10-01
2016-10-02 17:48:44 -07:00
Thomas Tuegel
05938ca80b
Revert "mesa_drivers: work around #16779 "
...
This reverts commit 7a003eb9d5
.
2016-10-02 16:50:59 -05:00
Thomas Tuegel
1b255790b4
kde5.kwin: build with xwayland
...
A patch was already included to find the path to Xwayland, but the build
was not actually using it because it wasn't a buildInput.
2016-10-02 16:49:49 -05:00
Thomas Tuegel
9f0506b030
kde5.plasma: 5.7.4 -> 5.7.5
2016-10-02 16:49:42 -05:00
Peter Simons
79f92f00f9
haskell-vector: jailbreak to fix test suite build
2016-10-02 23:44:00 +02:00
Peter Simons
e3cc3de334
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-10-g950a7f4 from Hackage revision
1aa9f5de46
.
2016-10-02 23:43:54 +02:00
Peter Simons
0dc9600107
configuration-hackage2nix.yaml: update to LTS 7.2
...
Also update list of broken builds.
2016-10-02 23:43:29 +02:00
Mica Semrick
0223ab8fa9
hugin: 2016.0.0 -> 2016.2.0
2016-10-02 23:36:06 +02:00
Frederik Rietdijk
284bd1c378
Merge pull request #19172 from bjornfor/update-openshot
...
openshot-qt: 2.0.7 -> 2.1.0
2016-10-02 23:22:45 +02:00
zimbatm
7fc6942e2b
Merge pull request #18792 from zimbatm/ruby-gem-home
...
Ruby gem home
2016-10-02 22:12:59 +01:00
zimbatm
b8bcbec5fd
ruby: fixes rubygems user installs
...
* Manage patches in git
* Fixes the hook invocation to be more safe. Thanks @Mic92
* Install gems as user by default
* Install gem binaries with the /usr/bin/env shebang
* Fixes a bug where the passthru.libPath and passthru.gemPath would
point to the wrong directory
* Overhaul ruby version heuristics
2016-10-02 22:07:22 +01:00
Nikolay Amiantov
9d7c9cc32e
openjdk8: add a patch to use GTK when available by default
2016-10-02 23:57:10 +03:00
Nikolay Amiantov
a15c943337
openjdk8: rework dependencies
...
This makes several adjustments around what is linked into JRE.
* system giflib, libjpeg, zlib are now used unconditionally;
* libstdc++ is linked dynamically.
For full version:
* GTK+ and GNOME libraries are linked;
* Extra X11 libraries are linked;
* CUPS is linked;
* libmagic (file) is linked.
For minimal version:
* All X11 support is removed;
* Sound support is removed.
* Fonts and their support are not lined.
jre8_headless is added as a minimal build.
Overall this adds support for all things GUI into the default Java build and
removes them from the minimal build.
2016-10-02 23:57:02 +03:00
Benno Fünfstück
9d01cf66a4
Merge pull request #19051 from grwlf/sox-lame-config
...
sox: read enableLame from the config
2016-10-02 22:29:43 +02:00
Frederik Rietdijk
83055b86ce
Merge pull request #14534 from ryanartecona/darwin-fix-libsamplerate-libdvdcss
...
libsamplerate, libdvdcss: fix darwin build
2016-10-02 22:23:28 +02:00
Ryan Artecona
dad6db2461
libdvdcss: add darwin support
2016-10-02 15:21:43 -05:00
Bjørn Forsman
3e6ce75b8f
openshot-qt: 2.0.7 -> 2.1.0
...
Also update libopenshot (0.1.1 -> 0.1.2) and libopenshot-audio (0.1.1 ->
0.1.2). Both libraries seem to be somewhat version coupled with
openshot (all three projects had a release at the same time).
Openshot now depends on ZMQ.
Test notes: the application runs, but I managed to crash it after doing
this:
* Import pictures and video
* Add two pictures to the timeline (next to each other)
* Drag the 2nd picture partly over over the first
(creates an effect). App dies.
The last output from the app is:
timeline_webview:INFO addTransition...
Unhandled Python exception
Aborted
The same crash happens with v2.0.7 though.
2016-10-02 22:19:16 +02:00
zimbatm
400910c1f7
Merge pull request #19169 from nmattia/r10-add
...
r10k: init at 2.4.3
2016-10-02 20:50:05 +01:00
Benno Fünfstück
a090931cdb
Merge pull request #19155 from schneefux/nextcloud-newsupdater
...
nextcloud-news-updater: init at 9.0.2
2016-10-02 21:22:33 +02:00
Nicolas Mattia
e3f4ea02c9
r10k: init at 2.4.3
2016-10-02 21:10:56 +02:00
obadz
7a8d300823
remmina: 1.0.0 -> 1.2.0-rcgit.15
...
Fixes build post FreeRDP upgrade (5abb36b
)
2016-10-02 19:35:35 +01:00
Joachim Fasting
627ada684b
vtk: fix build due to doCheck = true on !darwin
...
Per https://hydra.nixos.org/build/41525447 the build now fails because
there's no "check" target.
Ref: 450dd55d95
2016-10-02 20:20:33 +02:00
Jon Banafato
ecd41c19b8
gnome-maps: add webkitgtk to buildInputs
...
Per #17143 on GitHub, `gnome-maps` currently fails due to missing
Webkit2. Adding `webkitgtk` to `buildInputs` fixes the issue.
2016-10-02 20:05:44 +02:00
Joachim Fasting
9a9237e0aa
grsecurity: revamp nixos kernel config
...
Cleanup:
- Restructure & add some commentary
- Remove redundant option specs given the auto config
constraints (some are left in for documentation purposes)
Changes:
- GRKERNSEC_CONFIG_VIRT_HOST -> GUEST
The former deselects paravirtualization and friends
- PAX_LATENT_ENTROPY n -> y (implied by auto)
- GRKERNSEC_ACL_HIDEKERN y -> n
Possibly useless with redistribution
2016-10-02 19:25:58 +02:00
Joachim Fasting
1bb7b44cd7
grsecurity: make GRKERNSEC y and PAX y implicit
...
These options should always be specified. Note, an implication of this
change is that not specifying any grsec/PaX options results in a build
failure.
2016-10-02 19:25:58 +02:00
Eelco Dolstra
a58f5ffbb9
movit: Use multiple outputs
2016-10-02 19:22:29 +02:00
Eelco Dolstra
55f489eb74
libXp: Use multiple outputs
2016-10-02 19:22:19 +02:00
Eelco Dolstra
5cf9d386e0
opencv: Use multiple outputs and prevent runtime dependency on GCC
2016-10-02 19:22:02 +02:00
Jörg Thalheim
3732d1d2c3
pass: add procps dep only on linux ( #19165 )
...
fixes #18929
2016-10-02 18:57:42 +02:00
David Guibert
ce8d2aad27
restore rclone
...
By getting rid of go-packages.nix (#16017 ), rclone has removed (introduced by #15852 ).
2016-10-02 17:47:27 +02:00
Matthias Beyer
081c5494ac
radare2: 0.9.7 -> 0.10.6
2016-10-02 17:19:19 +02:00
Benno Fünfstück
a47085d3df
python-ropper: add homepage and license
2016-10-02 16:51:13 +02:00
Jörg Thalheim
c2a2926146
Merge pull request #19083 from matthiasbeyer/add-bean-add
...
bean-add: init at 76945c320e6f028223e4420956c80c421c4fe74a
2016-10-02 16:45:13 +02:00
Benno Fünfstück
ef23c2e4c8
python-ropper: init at 1.10.10
2016-10-02 16:44:02 +02:00
Benno Fünfstück
f0fa27a1c2
python-capstone: init at 3.0.4
2016-10-02 16:42:59 +02:00
Jörg Thalheim
fd8e5bf117
Merge pull request #17843 from lucas8/imlibsetroot
...
imlibsetroot: init at 1.2
2016-10-02 16:39:27 +02:00
rszibele
bfe3f70fc8
notepadqq: init at 0.53.0
2016-10-02 15:59:01 +02:00
Jörg Thalheim
c2ee2a723f
Merge pull request #19156 from apeyroux/init/c14
...
c14: init at 2016-09-09
2016-10-02 15:31:53 +02:00
Vladimír Čunát
a745f87b7f
flashplayer: preferLocalBuild = true;
...
The builder does almost nothing, and I hate to have to copy hundreds of
megabytes to a builds slave because of that.
2016-10-02 14:52:02 +02:00
Michael Raskin
aad0b7108c
spark_parser: init at 1.4.0
2016-10-02 14:31:45 +02:00
Joachim F
c81c652940
Merge pull request #19116 from ericsagnes/pkg-update/ibus-table
...
ibus-table: 1.9.11 -> 1.9.14
2016-10-02 13:34:12 +02:00
Michael Raskin
102f3c5f47
Merge pull request #19158 from groxxda/pep8
...
pythonPackages.mccabe fixup, hypothesis: 3.1.0 -> 3.5.2, flake8: 2.5.4 -> 2.6.2
2016-10-02 11:29:02 +00:00
Joachim F
4822ac1a18
Merge pull request #19140 from Baughn/factorio
...
factorio: Don't set argv[0]
2016-10-02 13:23:25 +02:00
Alexander Ried
1d2d782bfe
pythonPackages.hypothesis: 3.1.0 -> 3.5.2
2016-10-02 13:19:21 +02:00
Alexander Ried
c316e38bad
pythonPackages.uncompyle6: init at 2.8.3
2016-10-02 13:19:21 +02:00
Alexander Ried
be14bfef44
pythonPackages.xdis: init at 2.3.1
2016-10-02 13:19:21 +02:00
Alexander Ried
aada610882
pythonPackages.flake8: 2.5.4 -> 2.6.2
2016-10-02 13:18:15 +02:00
Martin Bornhold
ad99006e47
pythonPackages.mccabe_0_5: init 0.5.2
...
Signed-off-by: Alexander Ried <ried@mytum.de>
2016-10-02 13:17:40 +02:00
Alexander Ried
3b7fcc031e
Revert "mccabe_0_4: init at 0.4.0. Apparently, flake8 of the current default version needs older mccabe"
...
This reverts commit 8eae96d70c
.
---
mccabe was already reverted
2016-10-02 13:17:37 +02:00
Joachim Fasting
a4b4495771
linenoise: license is 2-clause BSD
2016-10-02 13:14:48 +02:00
Francis St-Amour
643d5f80fd
linenoise: init at 1.0.10
...
Closes https://github.com/NixOS/nixpkgs/pull/19117
2016-10-02 13:03:51 +02:00
Joachim F
db00d6c0f0
Merge pull request #19157 from schneefux/nextcloud
...
nextcloud: 10.0.0 -> 10.0.1
2016-10-02 12:53:33 +02:00
schneefux
64ccc21b4a
nextcloud: 10.0.0 -> 10.0.1
2016-10-02 12:38:28 +02:00
Alexandre Peyroux
87691a3cc1
c14: init at 2016-09-09
2016-10-02 12:33:47 +02:00
schneefux
5e5014098c
nextcloud-news-updater: init at 9.0.2
2016-10-02 12:21:02 +02:00
Michael Raskin
8eae96d70c
mccabe_0_4: init at 0.4.0. Apparently, flake8 of the current default version needs older mccabe
2016-10-02 11:26:23 +02:00
Frederik Rietdijk
25dcdc58d0
Revert "mccabe: 0.4.0 -> 0.5.2"
...
This reverts commit 532869cee2
.
See https://github.com/NixOS/nixpkgs/pull/19132#issuecomment-250921713
2016-10-02 09:58:39 +02:00
Jörg Thalheim
624dbfa5cd
Merge pull request #19149 from acowley/vtk-darwin-opengl
...
vtk: fix darwin impurity
2016-10-02 09:38:41 +02:00
Tuomas Tynkkynen
19225bf5cc
Merge remote-tracking branch 'upstream/master' into staging
2016-10-02 10:36:47 +03:00
Jörg Thalheim
53e6c610e9
logstash: wrap around logstash-plugin
...
fixes #19096
2016-10-02 09:33:16 +02:00
Anthony Cowley
ade7c6645a
vtk: fix darwin impurity
2016-10-02 00:59:26 -04:00
Yuxuan Shui
293d1d09ef
fcitx: Add fcitx engine libpinyin
2016-10-02 00:36:05 -04:00
Graham Christensen
63393b2d4e
Merge pull request #19144 from mbbx6spp/fix-kibana-i686-build
...
kibana: fix 4.6.0 for i686
2016-10-01 22:36:39 -04:00
Markus Hauck
c6d4645a8c
scalafmt: 0.3.1 -> 0.4.2
2016-10-02 05:06:01 +03:00
Tuomas Tynkkynen
a387a5d870
gst-plugins: Fix misuse of lib.optional
...
This adds a list containing 'libpulseaudio' to buildInputs.
2016-10-02 03:06:03 +03:00
Tuomas Tynkkynen
f5dd3a703d
treewide: Fix more lib.optional misuses
2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
82c0aa7d85
openjpeg_2_0: Fix hash
2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
eda2dd3d2f
treewide: Fix more 'lib.optional' misuses
2016-10-02 00:44:10 +03:00
Jörg Thalheim
4059854351
cups-kyocera: fix downloading of source
...
the site blocked use of curl
fixes #14167
2016-10-01 23:41:46 +02:00
Ivan Solyankin
226f62317c
cups-kyocera: init at 1.1203
2016-10-01 23:41:46 +02:00
Tobias Geerinckx-Rice
ce7336bbc3
Merge pull request #19145 from rycee/fix/redshift-icons
...
redshift: fix broken icons
2016-10-01 23:35:57 +02:00
Jörg Thalheim
5435f94371
logstash: 2.3.4 -> 2.4.0
2016-10-01 23:18:25 +02:00
Chris Van Vranken
d2590d9d9e
logstash: wrapProgram to provide jre at runtime
2016-10-01 23:18:24 +02:00
Robert Helgesson
14340ac21f
redshift: fix broken icons
...
Redshift uses SVG icons and librsvg therefore needs to be available and
the `GDK_PIXBUF_MODULE_FILE` variable set in the wrapper.
2016-10-01 23:08:10 +02:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Tuomas Tynkkynen
c61cc2d56c
ssdeep: No need to include patchelf in buildInputs
...
It's implicitly there on Linux.
2016-10-01 23:15:35 +03:00
Susan Potter
c3e57f3095
kibana: fix 4.6.0 for i686
2016-10-01 14:45:22 -05:00
Aneesh Agrawal
c04e46c87d
llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flags
...
Since commit 183d05a
in 2012, this is the default.
2016-10-01 13:55:42 -04:00
Svein Ove Aas
24f2e0161d
factorio: Don't set argv[0]
...
This is needed to let its auto-restart function work, e.g. when changing the mod
setup.
2016-10-01 18:53:18 +01:00
Peter Simons
8b5c1190d6
haskell-store: disable spuriously failing test suite
2016-10-01 19:37:13 +02:00
Frederik Rietdijk
539e9fc80c
Merge pull request #19132 from groxxda/pep8
...
pythonPackages.{pep,flake8}: undo changes from #19104
2016-10-01 18:29:21 +02:00
Jörg Thalheim
7d3143990f
Merge pull request #19136 from nhooyr/powerdns
...
powerdns: removed PrivateTmp=true in serviceConfig
2016-10-01 18:28:34 +02:00
Anmol Sethi
489ca7e5c0
powerdns: removed PrivateTmp=true in serviceConfig
...
As discussed in #18718 PrivateTmp is unnecessary because powerdns is
chrooted to /var/lib/powerdns.
I also added myself as co-maintainer.
2016-10-01 12:27:23 -04:00
Martin Bornhold
0f63f35d6a
flake8_3: init at 3.0.4
...
(cherry picked from commit 7026cdf9e9
)
(cherry picked from commit 0675eb1b5d
)
(cherry picked from commit 3c88d3a9c4
)
---
initializes a new version of flake8 as a seperate expression.
Signed-off-by: Alexander Ried <ried@mytum.de>
2016-10-01 18:20:33 +02:00
Jörg Thalheim
11dd15b6c1
Merge pull request #17478 from Mounium/maia
...
maia-icon-theme: init at 23235fa
2016-10-01 18:16:24 +02:00
Nikolay Amiantov
2a057acd81
Merge pull request #19137 from schneefux/uwsgi-cgi
...
uwsgi: enable cgi plugin
2016-10-01 20:15:52 +04:00
Alexander Ried
14510fdc73
Revert "flake8: 2.5.4 -> 3.0.4"
...
This reverts commit 7026cdf9e9
.
This reverts commit 0675eb1b5d
.
This reverts commit 3c88d3a9c4
.
---
flake8 versions 2 and 3 are api incompatible and this update breaks
stuff. Version 3 should be added as a seperate expression and compatible
packages should use it explicitly.
2016-10-01 18:06:25 +02:00
Jörg Thalheim
46693bd6e8
Merge pull request #18043 from mogorman/kalibrate-hackrf
...
kalibrate-hackrf: init at 2016-08-27
2016-10-01 17:44:18 +02:00
Jaka Hudoklin
98a8146428
Merge pull request #19016 from offlinehacker/pkgs/flannel/update/0.6.2
...
flannel: update, add nixos module, add tests
2016-10-01 17:22:34 +02:00
Alexander Ried
da658b98ce
gtk-vnc: 0.5.3 -> 0.6.0
...
gtk3 build is now default
2016-10-01 17:14:31 +02:00
Alexander Ried
ecd80b9a0e
gtk-vnc: remove gtk2 support (unused)
2016-10-01 17:14:31 +02:00
Jaka Hudoklin
eb1377ba30
flannel: 0.5.5 -> 0.6.2
2016-10-01 17:04:25 +02:00
Alexander Ried
e493c8406c
Revert "pep8: replaced by pycodestyle (package was renamed)"
...
This reverts commit 0986a17eda
.
----
pycodestyle and pep8 are not api compatible so the alias adds little
value.
Packages that are compatible with pycodestyle should be updated to use
the new version on a per package basis.
2016-10-01 17:01:50 +02:00
Aneesh Agrawal
fcee1d0b28
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
...
Since commit 183d05a0
in 2012, this is the default.
fixes #18000
2016-10-01 16:13:41 +02:00
Benno Fünfstück
230512f3e4
sqlmap: fix typo
2016-10-01 15:38:44 +02:00
Jörg Thalheim
f5c347aea6
Merge pull request #17408 from AndersonTorres/tecoc
...
tecoc: init at 20150606
2016-10-01 15:38:35 +02:00
Jörg Thalheim
c7d3f63f5d
Merge pull request #19030 from holidaycheck/node-6.7.0
...
nodejs: 6.6.0 -> 6.7.0
2016-10-01 15:29:50 +02:00
Graham Christensen
8b8662ea55
Merge pull request #19106 from periklis/topic_docker-machine
...
docker-machine: enable for darwin
2016-10-01 09:25:06 -04:00
Benno Fünfstück
19c6da2869
sqlmap: init at 1.0.9.post5
2016-10-01 15:14:43 +02:00
Matthias Beyer
fe726ca733
bean-add: init at 2016-10-01
2016-10-01 14:49:22 +02:00
Jörg Thalheim
505f8e1c92
Merge pull request #19127 from makefu/update-snapraid
...
snapraid: 8.1 -> 10.0
2016-10-01 14:32:12 +02:00
makefu
0b6d9734c9
snapraid: 8.1 -> 10.0
...
enable tests for snapraid
2016-10-01 14:28:53 +02:00
Benno Fünfstück
1bae891e66
burpsuite: init at 1.7.06
2016-10-01 14:27:04 +02:00
Benno Fünfstück
ebaf889183
freenect: 0.5.2 -> 0.5.5
2016-10-01 14:15:15 +02:00
Benno Fünfstück
c149ef7cf9
ocamlfuse: update to latest HEAD
2016-10-01 14:15:15 +02:00
Benno Fünfstück
07c0c2b197
ocurl: 0.7.5 -> 0.7.8
2016-10-01 14:15:15 +02:00
Jörg Thalheim
d9c6879ae2
Merge pull request #18070 from RamKromberg/init/libagar
...
libagar: init at 1.5
2016-10-01 13:42:52 +02:00
Michael Raskin
3c25685ff7
wavefunctioncollapse: init at 0.0pre20160930
2016-10-01 13:47:11 +02:00
Michael Raskin
6546f56e71
syntex: init at 0.0pre20160915
2016-10-01 13:47:11 +02:00
Michael Raskin
3995f280ad
convchain: init at 0.0pre20160901
2016-10-01 13:47:11 +02:00
Jörg Thalheim
40f9f9c3f2
Merge pull request #19044 from vbgl/frama-c-aluminium
...
frama-c: Sodium -> Aluminium
2016-10-01 13:34:33 +02:00
Michael Raskin
66b12278f0
luaPackages: provide luajitPackages. luarocks tested to work in this setup
2016-10-01 13:39:39 +02:00
Benno Fünfstück
5e9c72c2e4
udiskie: fix broken icons
...
Udiskie uses SVG icons for its tray icon. In order to load these,
librsvg needs to be included in the $GDK_PIXBUF_MODULE_FILE(loaders.cache).
Without librsvg, gdk does not support SVG images so the icons won't be
used.
If we add librsvg to buildInputs, the wrapGAppsHook will make sure that
the librsvg is included in the $GDK_PIXBUF_MODULE_FILE.
2016-10-01 13:15:14 +02:00
Jörg Thalheim
5d395a73b3
Merge pull request #19123 from goetzst/youtube-dl
...
youtube-dl: 2016-09-19 -> 2016-09-27
2016-10-01 13:07:20 +02:00
Stefan Götz
d49b5cd452
youtube-dl: 2016-09-19 -> 2016-09-27
2016-10-01 12:46:10 +02:00
Tomas Hlavaty
4c3a232bbd
sbcl: 1.3.9 -> 1.3.10
2016-10-01 12:40:46 +02:00
Alexander Ried
4e595a3dfb
glibmm: 2.48.1 -> 2.50.0
2016-10-01 12:13:09 +02:00
Alexander Ried
c850aa0416
glib-networking: 2.46.1 -> 2.50.0
2016-10-01 12:13:08 +02:00
Alexander Ried
66727f8919
gtk+3: 3.22.0 -> 3.22.1
2016-10-01 11:42:43 +02:00
Frederik Rietdijk
11d7e93624
Merge pull request #19078 from FRidh/pypoppler
...
pythonPackages.pypoppler: init at 0.12.2
2016-10-01 11:10:40 +02:00
Frederik Rietdijk
f0155e8d70
pythonPackages.pypoppler: init at 0.12.2
2016-10-01 11:10:02 +02:00
c74d
253f96435f
nodePackages.csslint: init at 1.0.2
...
Add the NPM package `csslint`, at version 1.0.2, as `nodePackages.csslint`.
I have tested this package per nixpkgs manual section 10.1 ("Making patches").
Fixes #18616
2016-10-01 10:57:28 +02:00