Gabriel Ebner
51e1b2508c
Merge pull request #16878 from womfoo/bump/siege-4.0.2
...
siege: 4.0.1 -> 4.0.2
2016-07-12 08:23:15 +02:00
Gabriel Ebner
e389f72403
Merge pull request #16871 from NeQuissimus/feh2161
...
feh: 2.15.4 -> 2.16.1
2016-07-12 08:16:51 +02:00
Kranium Gikos Mendoza
e54223e8bb
siege: 4.0.1 -> 4.0.2
2016-07-12 13:31:31 +08:00
Tuomas Tynkkynen
9391640fa4
Merge pull request #16872 from NeQuissimus/kotlin103
...
kotlin: 1.0.2 -> 1.0.3
2016-07-12 05:35:47 +03:00
Rok Garbas
fc29868d24
pythonPackages.Flootty: init at 3.2.0
2016-07-12 02:06:47 +02:00
Tim Steinbach
9672c36651
conky: 1.10.1 -> 1.10.3
2016-07-11 23:20:25 +00:00
Tim Steinbach
f7ab48a401
feh: 2.15.4 -> 2.16.1
2016-07-11 23:15:51 +00:00
Tim Steinbach
a0009e1ae5
kotlin: 1.0.2 -> 1.0.3
2016-07-11 23:14:30 +00:00
Nikolay Amiantov
ec73d072ae
lgogdownloader: 2.26 -> 2.28
2016-07-12 00:56:10 +03:00
Nikolay Amiantov
36725623f9
liboauth: propagate inputs wanted by pkgconfig
2016-07-12 00:56:10 +03:00
Rok Garbas
963327aacb
vimPlugins: updating plugin and adding floobits plugin
2016-07-11 22:49:16 +02:00
Bjørn Forsman
2eb8aab42c
nixos/systemd: disable timer units with service
...
A disabled systemd service with a "startAt" attribute, like this:
systemd.services.foo-service = {
enable = false;
startAt = "*-*-* 05:15:00";
...
};
will cause the following errors in the system journal:
systemd[1]: foo-service.timer: Refusing to start, unit to trigger not loaded.
systemd[1]: Failed to start foo-service.timer.
Fix it by not generating the corresponding timer unit when the service
is disabled.
2016-07-11 22:42:47 +02:00
mimadrid
15d28334a7
filezilla: 3.18.0 -> 3.19.0
2016-07-11 22:06:34 +02:00
Frederik Rietdijk
f861e43611
Merge pull request #16864 from martingms/add-mypy
...
mypy-lang: init at 0.4.2
2016-07-11 21:45:45 +02:00
Martin Gammelsæter
811cf56f5f
mypy-lang: init at 0.4.2
2016-07-11 19:35:00 +02:00
Scott Stevenson
8c81c234d3
rcm: 1.2.3 -> 1.3.0 ( #16847 )
2016-07-11 18:11:31 +02:00
Ram Kromberg
8f98fcd73b
lighthouse: init at 2016-01-26 ( #16849 )
2016-07-11 18:10:43 +02:00
Daiderd Jordan
bc39354269
elixir: 1.3.0 -> 1.3.1
2016-07-11 18:06:54 +02:00
Eric Sagnes
1b41283eb3
wireguard: init at 20160708 ( #16856 )
2016-07-11 18:05:23 +02:00
Alexander V. Nikolaev
dc5293d80b
wine: 1.9.13 -> 1.9.14 ( #16862 )
...
* Update wineUnstable: 1.9.13 -> 1.9.14
* Update staging: 1.9.13 -> 1.9.14
* Add myself as co-maintainer, because I am do regular updates.
2016-07-11 17:57:16 +02:00
Louis Taylor
b2b8a89945
linux-testing: 4.7-rc6 -> 4.7-rc7 ( #16854 )
2016-07-11 17:53:41 +02:00
Eric Sagnes
1349cd4e8d
fcitx: refactor ( #16858 )
2016-07-11 17:50:22 +02:00
José Romildo Malaquias
60887fa193
mate-icon-theme-faenza: 1.15.0 -> 1.15.1 ( #16859 )
2016-07-11 17:48:02 +02:00
Adolfo E. García
b25d21955e
libqrencode: init at 3.4.4
...
* libqrencode: init at 3.4.4
* libqrencode: add maintainer
#16861
2016-07-11 17:46:30 +02:00
Nikolay Amiantov
6a3e2f89fb
steam: fix primus with new libstdc++ and add to steam-run
2016-07-11 18:08:13 +03:00
Eelco Dolstra
532211c68d
Really remove library functions
...
Throwing a message like "removed 2016-02-29 because unused and broken"
is unhelpful because it doesn't show what function was removed.
2016-07-11 16:34:46 +02:00
Eelco Dolstra
44789200f0
Merge pull request #16835 from Jookia/RFC_coredump
...
systemd-coredump: Add systemd service and fix sysctl pattern.
2016-07-11 16:10:20 +02:00
Eelco Dolstra
ecc26d7a40
linux: Disable the old IDE subsystem
...
This has long been deprecated in favour of the new ATA support
(CONFIG_ATA).
2016-07-11 15:05:21 +02:00
Eelco Dolstra
7b9c493d60
linux: Enable some kernel features
...
This enables a few features that should be useful and safe (they're
all used by the default Ubuntu kernel config), in particular zswap,
wakelocks, kernel load address randomization, userfaultfd (useful for
QEMU), paravirtualized spinlocks and automatic process group
scheduling.
Also removes some configuration conditional on kernel versions that we
no longer support.
2016-07-11 15:04:56 +02:00
Eelco Dolstra
1cd7dbc00b
linux: Bump NR_CPUS
...
The default limit (64) is too low for systems like EC2 x1.* instances
or Xeon Phis, so let's increase it.
2016-07-11 14:32:18 +02:00
Eelco Dolstra
56badfee94
amazon-image.nix: Add the ena driver
...
This is necessary for Enhanced Networking on x1.* instances.
2016-07-11 14:32:18 +02:00
Eelco Dolstra
8710672225
ena: Init at 20160629
...
This adds the Amazon Elastic Network Adapter kernel module required by
EC2 x1.* instances.
2016-07-11 14:32:18 +02:00
Domen Kožar
5789f5875f
nix-repl: 2015-09-07 -> 2016-02-28
2016-07-11 14:00:28 +02:00
zimbatm
a265ad2842
firefox-developer-bin: fix hashes ( #16860 )
...
the nightly tend to get replaced in-place on the FTP and so benefit from
an update script as well
2016-07-11 13:40:58 +02:00
Nikolay Amiantov
1a802e729d
Merge pull request #16853 from Jookia/RFC_zdoom-nonfree
...
zdoom: Mark it and its forks as nonfree.
2016-07-11 14:18:02 +04:00
Oliver Charles
65ac26e28a
Merge pull request #16841 from womfoo/bump/bluejeans-2.160.63.8
...
bluejeans: 2.160.49.8 -> 2.160.63.8
2016-07-11 10:00:18 +01:00
Eelco Dolstra
05bdc0c89f
Remove unnecessary references to gcc5
...
These cause an unnecessary rebuild of gcc.
2016-07-11 10:46:34 +02:00
Eelco Dolstra
2aadeb2cb5
Add App::St
2016-07-11 10:46:34 +02:00
Gabriel Ebner
ad41b8fa19
mu: fix build of webkit support and re-enable it
2016-07-11 10:37:31 +02:00
Damien Cassou
85a895d60f
offlineimap: add nixos module ( #16842 )
2016-07-11 10:37:18 +02:00
Oliver Charles
e75332dd7e
Merge pull request #16855 from kragniz/fish-2.3.1
...
fish: 2.3.0 -> 2.3.1
2016-07-11 09:08:29 +01:00
Louis Taylor
5ee480bce5
fish: 2.3.0 -> 2.3.1
2016-07-11 05:43:47 +01:00
Franz Pletz
0f96c69026
batman-adv: 2016.1 -> 2016.2
2016-07-11 04:04:49 +02:00
Jookia
ba2232f1f2
srelay: init at 0.4.8b6 ( #16833 )
2016-07-11 03:41:02 +02:00
Jookia
e5154f2ab2
zdoom: Mark it and its forks as nonfree.
...
See http://zdoom.org/wiki/License and the source code of each package.
2016-07-11 11:05:34 +10:00
Nikolay Amiantov
f57fe6c2f9
simplescreenrecorder: fix paths to LD_PRELOADed part
2016-07-11 01:42:08 +03:00
Ram Kromberg
ec5ec31411
pngpp: init at 0.2.9 ( #16782 )
2016-07-10 23:20:03 +02:00
Nikolay Amiantov
e4aace7028
qt-recordmydesktop: init at 0.3.8-svn602
2016-07-10 22:57:00 +03:00
Nikolay Amiantov
7e0a6dd827
gtk-recordmydesktop: init at 0.3.8-svn602
2016-07-10 22:56:59 +03:00
Nikolay Amiantov
29d570ef82
recordmydesktop: use ALSA backend
2016-07-10 22:46:04 +03:00