Commit graph

114548 commits

Author SHA1 Message Date
Graham Christensen
8a11b0d7df Merge pull request #28775 from grahamc/describe-stateVersion
Document the stateVersion more
2017-08-31 06:47:09 -04:00
davidak
8f389f3316 nixos/bcachefs: init module 2017-08-31 05:39:31 -05:00
davidak
bd79b8c9fc bcachefs-tools: 2016-05-13 -> 2017-08-28 2017-08-31 05:39:24 -05:00
davidak
4134db36d0 linux-testing-bcachefs: init at 4.11.2017.08.23 2017-08-31 05:39:17 -05:00
Maximilian Bosch
724a69f5c4
weechat-matrix-bridge: init at 2017-03-28 2017-08-31 11:55:57 +02:00
Maximilian Bosch
f5dd3b71e8
luaffi: init at 2013-11-08 2017-08-31 11:55:57 +02:00
Florian Jacob
d22c1c0719 mysql service: Make initialDatabases.schema attribute optional 2017-08-31 11:32:25 +02:00
Jörg Thalheim
a2bb174c63 Merge pull request #28786 from lsix/fix-mysql-workbench
mysql-workbench: fix build with gcc6
2017-08-31 10:15:12 +01:00
Eelco Dolstra
79954b9d1f
nix: 1.11.13 -> 1.11.14 2017-08-31 11:00:09 +02:00
Symphorien Gibol
90ef2183f7 grub module: assume /nix/store is a bind mount even if it is not read only
Fixes #14999
2017-08-31 10:56:34 +02:00
Valentin Robert
dbba364f64 nerdfonts: 1.0.0 -> 1.1.0 2017-08-31 10:45:31 +02:00
Jörg Thalheim
ed997b153c Merge pull request #28756 from disassembler/pulseview-sigrok
pulseview and sigrok updates
2017-08-31 09:28:44 +01:00
Lancelot SIX
d9ae1b408a
mysql-workbench: fix build with gcc6 2017-08-31 10:07:18 +02:00
Jörg Thalheim
7a2c831bf1 Merge pull request #28773 from veprbl/root_disable_splash
root: add noSplash option
2017-08-31 08:38:04 +01:00
Jörg Thalheim
7076bc2510 Merge pull request #28776 from veprbl/dia_update
dia: enable on darwin, 0.97 -> 2017-06-22
2017-08-31 08:34:14 +01:00
Jörg Thalheim
13bbb084aa Merge pull request #28774 from dpflug/milkytracker-1.01
milkytracker: 0.90.85 -> 1.01
2017-08-31 08:21:21 +01:00
Robert Helgesson
8763330fff
perl-Data-FormValidator: 4.85 -> 4.88 2017-08-31 09:09:23 +02:00
Robert Helgesson
43755fcf71
unifont: 10.0.04 -> 10.0.06 2017-08-31 08:57:55 +02:00
Dmitry Kalinkin
13d628d2d3
dia: 0.97.3 -> 0.97.3.20170622 2017-08-31 02:50:35 -04:00
Jörg Thalheim
3383f2f4cc nodePackages.serve: init at 6.0.6
fixes #28778
2017-08-31 07:28:54 +01:00
Jörg Thalheim
95d9a6c0aa Merge pull request #28779 from vyp/deer
deer: init at 1.4
2017-08-31 07:06:57 +01:00
Jörg Thalheim
6d988e5e56 deer: simpler perl patch 2017-08-31 07:05:18 +01:00
Ryan Mulligan
39a982dc3e nixos/calibre-server: fix ExecStart call
calibre-server changed the way you specify the library from using
--with-library to just allowing the directory to be specified. See
https://manual.calibre-ebook.com/generated/en/calibre-server.html for
details.
2017-08-30 21:14:45 -07:00
Peter Hoeg
a2de9c334a ledger: fixed with older boost 2017-08-31 11:51:10 +08:00
Peter Hoeg
b29c64c235 ledger: requires an older boost 2017-08-31 11:49:58 +08:00
romildo
dcebb0668b mate: add the MATE desktop environment 2017-08-31 00:16:51 -03:00
romildo
934b9bef41 mate-session-manager: init at 1.18.1 2017-08-31 00:10:20 -03:00
romildo
25f65c4339 mate-panel: init at 1.18.4 2017-08-31 00:08:40 -03:00
romildo
c1e18929f0 mate-control-center: init at 1.18.2 2017-08-31 00:07:11 -03:00
romildo
8f7d80339a mate-settings-daemon: init at 1.18.1 2017-08-31 00:03:41 -03:00
romildo
5bbe177b3f marco: init at 1.18.1 2017-08-31 00:01:39 -03:00
Tim Steinbach
7d482d835f
openjdk: 8u152-04 -> 8u144-01
Fix GCC6 build
2017-08-30 23:00:12 -04:00
romildo
7e151599f4 mate-menus: init at 1.18.0 2017-08-30 23:59:38 -03:00
romildo
dd3703e166 libmateweather: init at 1.18.1 2017-08-30 23:56:47 -03:00
romildo
20f3dfd579 libmatemixer: init at 1.18.0 2017-08-30 23:55:20 -03:00
romildo
75d643ee83 libmatekbd: init at 1.18.2 2017-08-30 23:53:16 -03:00
romildo
6c4424efb2 mate-desktop: add maintainer 2017-08-30 23:49:46 -03:00
romildo
dd230e33d6 mate: organize packages in base and extra 2017-08-30 23:48:20 -03:00
xd1le
6b05ff00e9 deer: init at 1.4
I wrote the patch. Unfortunately it's Nix specific because upstream
rejected it because Ubuntu Trusty's version of realpath doesn't seem to
have the `--relative-to` option. (Upstream used to use realpath before).
But for Nix, our version of realpath is recent enough. Also, upstream
will probably use realpath again anyway in May 2019 when Ubuntu Trusty
becomes unsupported, so this patch should probably be used.
2017-08-31 12:33:12 +10:00
Graham Christensen
8efb46b609
configuration.nix: Document the stateVersion more 2017-08-30 21:41:35 -04:00
Dmitry Kalinkin
42a4aa1e83
dia: undo persistence wrapper
The wrapper was introduced as workaround for #1691. The original bug was
present in 0.97.2 but was fixed in 0.97.3.
2017-08-30 21:19:40 -04:00
Dmitry Kalinkin
9c501a05a6
dia: mark as working on darwin 2017-08-30 20:54:58 -04:00
David Pflug
7d6c3e877b milkytracker: 0.90.85 -> 1.01 2017-08-30 20:50:17 -04:00
Graham Christensen
fb18203450 Merge pull request #28772 from grahamc/issue-20189-libinput
Enable libinput in the installer and start deprecating synaptics
2017-08-30 20:43:29 -04:00
Graham Christensen
9d2777a5a5
Mark synaptics as deprecated 2017-08-30 20:32:45 -04:00
Graham Christensen
1b68193167
profiles/graphical.nix: enable libinput over synaptics 2017-08-30 20:25:11 -04:00
Graham Christensen
af51aa79d2
installer: add a comment hinting about enabling libinput for touchpads 2017-08-30 20:24:36 -04:00
Dmitry Kalinkin
7c7ca7f017
root: add noSplash option 2017-08-30 19:56:53 -04:00
Profpatsch
b35972b3fa mpvScripts.convert: fix for mpv >0.26.0
See https://gist.github.com/Zehkul/25ea7ae77b30af959be0#gistcomment-2189556
2017-08-31 01:23:11 +02:00
Dan Peebles
11753b3273 terraform: noop 0.10 plugins mechanism when unused 2017-08-30 18:53:46 -04:00