Eelco Dolstra
c51af01325
apache-httpd: 2.4.18 -> 2.4.20
...
CVE-2016-1546
2016-06-20 15:17:12 +02:00
obadz
d7960ef4a0
libreoffice: default to (and have hydra build) still rather than fresh
...
fresh users were experiencing lots of segfaults.
Closes #15825
2016-06-20 13:58:07 +01:00
Eelco Dolstra
d0b2524633
Merge pull request #16021 from Baughn/systemd-linger
...
systemd: Set KillUserProcesses=no in logind.conf
2016-06-20 14:54:03 +02:00
Peter Simons
06489a1850
haskell-hoogle: remedy some fallout from https://github.com/NixOS/nixpkgs/pull/16167
...
ghcWithHoogle builds with this patch applied, but it's probably still broken in
the sense that links might point nowhere or that the generated databases and/or
documentation might be incomplete.
2016-06-20 14:50:52 +02:00
Eelco Dolstra
5fc64c4baa
debian: 7.10 -> 7.11, 8.4 -> 8.5
2016-06-20 14:39:44 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Rok Garbas
0880f1f335
pythonPackages.mycli, pythonPackages.pgcli: disable for py35
2016-06-20 13:41:05 +02:00
Ricardo Ardissone
b81f3e4682
pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs
2016-06-20 13:41:05 +02:00
Ricardo Ardissone
5d80a0244b
xonsh: 0.3.2 -> 0.3.4
2016-06-20 13:41:05 +02:00
Eelco Dolstra
453086a15f
linux: 4.4.12 -> 4.4.13
2016-06-20 13:11:55 +02:00
zimbatm
aeef0b7089
Merge pull request #16331 from vrthra/ninka
...
ninka: 1.1 -> 2.0-pre
2016-06-20 10:24:12 +01:00
zimbatm
26d75c5d4d
Merge pull request #16354 from RubenAstudillo/hakuneko
...
hakuneko: 1.3.12 -> 1.4.1
2016-06-20 09:29:31 +01:00
zimbatm
7c32638439
Merge pull request #16259 from layus/update-mptcp
...
linux_mptcp: update 0.90 -> 0.90.1
2016-06-20 09:29:07 +01:00
Joachim Fasting
b3832e6288
Merge pull request #16339 from NeQuissimus/ohmyzsh20160618
...
oh-my-zsh: 2016-04-20 -> 2016-06-18
2016-06-20 03:54:10 +02:00
Ruben Astudillo
4f985377ac
hakuneko: 1.3.12 -> 1.4.1
2016-06-19 20:09:27 -04:00
obadz
0243ccfbff
i3 & xfce modules: add extraSessionCommands for WM-specific user-defined xsession lines
...
Could be extended to other window managers/desktops as well
2016-06-19 23:52:14 +01:00
zimbatm
6e0b40af60
Merge pull request #16345 from mayflower/pkg/bird
...
bird: 1.5.0 -> 1.6.0, add IPv6 build
2016-06-19 23:38:18 +01:00
zimbatm
31c158ad45
Merge pull request #16189 from zimbatm/usershell-config
...
User shell config
2016-06-19 23:36:45 +01:00
zimbatm
b0f8416c5c
Merge pull request #16180 from zimbatm/shell-escaping
...
Escape all shell arguments uniformly
2016-06-19 23:27:52 +01:00
zimbatm
53f421c0c4
Merge pull request #16325 from taku0/android-studio-2.1.2.0
...
android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link error
2016-06-19 22:30:34 +01:00
zimbatm
7795f11335
Merge pull request #16332 from solson/fix-fileSystems-example
...
Make fileSystems example literal.
2016-06-19 22:27:44 +01:00
zimbatm
a05b2f116e
Merge pull request #16333 from gratuxri/fvwm
...
new fvwm version 2.6.6, ftp is not available
2016-06-19 22:26:30 +01:00
zimbatm
5da1db3dcf
Merge pull request #16319 from mimadrid/update/bazaar-2.7.0
...
bazaar: 2.6.0 -> 2.7.0
2016-06-19 22:25:49 +01:00
zimbatm
3441dbafe3
Merge pull request #16317 from zimbatm/influxdb-0.13.0
...
influxdb: 0.9.4 -> 0.13.0
2016-06-19 22:23:33 +01:00
zimbatm
f29ce0fecc
Merge pull request #16341 from mimadrid/update/thunderbird-45.1.1
...
thunderbird: 45.1.0 -> 45.1.1
2016-06-19 22:22:14 +01:00
zimbatm
44d99e90e9
Merge pull request #16348 from zackp30/fix_lxd_module
...
Fix lxd module
2016-06-19 22:07:42 +01:00
zimbatm
9fa6883791
Merge pull request #16337 from mimadrid/update/cmus-2.7.1
...
cmus: 2.7.0 -> 2.7.1
2016-06-19 22:06:19 +01:00
Tobias Geerinckx-Rice
493fe8413d
sqlite: enable FTS3_TOKENIZER
...
Fix ‘unknown tokenizer: unicodesn’ errors in e.g. geary.
2016-06-19 22:43:58 +02:00
Tobias Geerinckx-Rice
175484d9db
pythonPackages.prompt_toolkit: 1.0.1 -> 1.0.2
...
Fixes:
- Don't select the first completion when ‘complete_while_typing’
is False. (Restore the old behaviour.)
2016-06-19 22:43:58 +02:00
Zack Piper
f36c8f5f54
lxd: pkg.lxd
does not point to the binaries
...
`pkg.lxd.bin` does
2016-06-19 20:30:36 +01:00
Zack Piper
bd1e99a5ed
lxd: 2.0.0.rc4 -> 2.0.2
2016-06-19 20:21:03 +01:00
Joachim Fasting
6fd8e5719b
Merge pull request #16108 from pwetzel/squeezelite
...
Squeezelite package and service init
2016-06-19 20:53:15 +02:00
Franz Pletz
2f09407a91
bird6: bird build with IPv6 support
2016-06-19 20:45:55 +02:00
Franz Pletz
79c655c4c8
bird: 1.5.0 -> 1.6.0
2016-06-19 20:45:55 +02:00
Damien Cassou
bbac378d7c
Merge pull request #16335 from DamienCassou/helm-projectile-20160614
...
helm-projectile: 20160603.611 -> 20160614.832
2016-06-19 19:20:40 +02:00
Gabriel Ebner
4099bba676
silver-searcher: 0.31.0 -> 0.32.0
2016-06-19 19:01:03 +02:00
Gabriel Ebner
c6b9ccbdff
jabref: 3.3 -> 3.4
2016-06-19 18:55:50 +02:00
Gabriel Ebner
7eb1908afa
ledger: 3.1 -> 3.1.1
2016-06-19 18:54:34 +02:00
Gabriel Ebner
112729b6ff
viewnior: 1.5 -> 1.6
2016-06-19 18:47:14 +02:00
Gabriel Ebner
727716cd82
speedcrunch: 0.11-alpha -> 0.11
2016-06-19 18:45:04 +02:00
Gabriel Ebner
22c0cdfa82
Merge pull request #16342 from mbakke/rofi-1.1.0
...
rofi: 1.0.1 -> 1.1.0
2016-06-19 18:28:39 +02:00
Marius Bakke
d4891fa519
rofi: 1.0.1 -> 1.1.0
2016-06-19 16:36:03 +01:00
Gabriel Ebner
e5b3b685f4
libqalculate, qalculate-gtk: 0.9.7 -> 0.9.8
2016-06-19 17:33:45 +02:00
mimadrid
96539866a6
thunderbird: 45.1.0 -> 45.1.1
2016-06-19 17:09:55 +02:00
Gabriel Ebner
8f91feb848
vdirsyncer: 0.11.0 -> 0.11.2
2016-06-19 16:49:14 +02:00
Gabriel Ebner
4ef536121f
pythonPackages.click-threading: 0.1.2 -> 0.4.0
2016-06-19 16:49:01 +02:00
Tim Steinbach
b2faec8adc
oh-my-zsh: 2016-04-20 -> 2016-06-18
2016-06-19 14:19:23 +00:00
Michael Raskin
e2fd5aa3ce
tbe [the-butterfly-effect]: 0.9.2.1 -> 0.9.3.1
2016-06-19 16:09:09 +02:00
Gabriel Ebner
cc0b3bbcc2
minisat: support clang
2016-06-19 15:19:25 +02:00
zimbatm
da253439ed
gx: add missing meta
2016-06-19 13:45:16 +01:00