Aaron Andersen
37c6e329d9
Merge pull request #67583 from jollheef/dino-unstable-2019-08-27
...
dino: 2019-02-06 -> 2019-08-27
2019-08-30 21:00:00 -04:00
Florian Klink
4e586dea50
Merge pull request #63773 from flokli/installation-device-fixes
...
installation-device.nix: explain sshd usage, don't include clone-config
2019-08-31 02:59:23 +02:00
worldofpeace
7820be7a8f
nixos/gnome3: additions to core-shell
...
Adds:
- gnome-color-manager
- services.avahi
It appears that GeoClue requires its daemon and IIRC has
been default enabled in other distros for a while.
- orca
It's the default screen-reader.
2019-08-30 20:42:01 -04:00
worldofpeace
dcbad82b28
nixos/gnome3: cleanup core-utilities
...
core-utilities is meant to be the base utilities for a GNOME system.
The following are removed and the gnome3 module will no longer include:
- accerciser
- gnome-nettool
- gnome-power-manager
- gucharmap
- nautilus-sendto
See https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/246
- gnome-usage
- vinagre
- gnome-documents
See https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/157
- dconf-editor
- gnome-todo
- gnome-tweaks
- evolution
The following were added:
- cheese
- geary
2019-08-30 20:42:01 -04:00
worldofpeace
90319d5e33
nixos/seahorse: move to programs
2019-08-30 20:42:01 -04:00
Aaron Andersen
27bd71c008
Merge pull request #67668 from strager/iwyu-0.12
...
include-what-you-use: 0.10 -> 0.12
2019-08-30 20:41:51 -04:00
Mario Rodas
4e24cf1591
Merge pull request #67600 from marsam/update-plv8
...
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
2019-08-30 19:15:35 -05:00
worldofpeace
f0dce64acd
Merge pull request #67529 from worldofpeace/disable-penultimate
...
nixos/fontconfig-penultimate: disable by default
2019-08-30 19:54:03 -04:00
worldofpeace
0d220e4ed6
nixos/fontconfig-penultimate: disable by default
...
It currently lacks an emoji font-family which means it has to be
disabled for them to function [0]. Additionally it's fallen out of
necessity to ship custom font rendering settings (as far as I'm aware
of).
[0]: https://github.com/NixOS/nixpkgs/pull/67215
2019-08-30 19:50:30 -04:00
Maximilian Bosch
1a1d1bc389
Merge pull request #67786 from danieldk/maturin
...
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00
Silvan Mosberger
89636b9a5e
nix-prefetch-git: Remove some pack file non-determinism
2019-08-31 01:16:50 +02:00
Maximilian Bosch
00762b5754
Merge pull request #67778 from jonringer/bump-filezilla
...
filezilla: 3.43.0 -> 3.44.2
2019-08-31 01:09:46 +02:00
Matthew Bauer
7c76c8ce32
Merge pull request #67796 from zimbatm/remove-empty-nix-files
...
remove empty nix file
2019-08-30 18:02:22 -04:00
zimbatm
80a3988150
remove empty nix file
...
Nix repl hangs when evaluating empty files.
find -name "*.nix" -empty -delete
2019-08-31 00:00:29 +02:00
Michael Raskin
1c1f69f717
Merge pull request #67794 from samueldr/pkg/sgtpuzzles/20190415.e2135d5
...
sgtpuzzles: 20180429.31384ca -> 20190415.e2135d5
2019-08-30 21:49:46 +00:00
Evan Stoll
e9b167bef4
nixos/hardware/openrazer: init at 2.6.0
2019-08-30 17:22:53 -04:00
Evan Stoll
d2c4d4d6b6
openrazer-daemon: init at 2.6.0
2019-08-30 17:22:46 -04:00
Evan Stoll
bcbadc5ba2
kernel: openrazer: init at 2.6.0
2019-08-30 17:21:28 -04:00
Evan Stoll
50eba5b688
pythonPackages.openrazer: init at 2.6.0
2019-08-30 17:20:44 -04:00
Samuel Dionne-Riel
d9076f6503
sgtpuzzles: 20180429.31384ca -> 20190415.e2135d5
2019-08-30 17:18:40 -04:00
adisbladis
52be1a3de0
melpa-packages: 2019-08-30
2019-08-30 22:13:16 +01:00
adisbladis
347a0c25f3
elpa-packages: 2019-08-30
2019-08-30 22:13:01 +01:00
adisbladis
71846dfceb
emacs-packages: Add update script that fetches from overlay
2019-08-30 22:11:30 +01:00
Michael Weiss
3c6d4d7e06
gitRepo: 1.13.5 -> 1.13.5.1
2019-08-30 22:54:27 +02:00
zimbatm
3d0af7848c
Merge pull request #67607 from zimbatm/verifpal-0.2
...
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00
zimbatm
792bb4f7f6
verifpal: init at 0.2
2019-08-30 21:56:12 +02:00
zimbatm
027b117fee
pigeon: init at 20160310
2019-08-30 21:56:12 +02:00
Aaron Andersen
765596278b
Merge pull request #67380 from doronbehar/package-uq
...
uq: init at 2018-05-27
2019-08-30 15:49:04 -04:00
edef
722940fcdc
nixos/release-notes: fix indentation
2019-08-30 19:32:25 +00:00
Daniël de Kok
7e29ce8a77
maturin: 0.6.1 -> 0.7.0
...
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:
- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00
Jonathan Ringer
e594088ae8
exempi: 2.4.5 -> 2.5.1
2019-08-30 11:02:47 -07:00
Eelco Dolstra
4388f7709a
nixFlakes: 2.3pre20190829_ebc4dae -> 2.3pre20190830_04np4n6
2019-08-30 20:00:16 +02:00
Averell Dalton
f0d23b6343
x2goserver: add module
2019-08-30 19:54:12 +02:00
xrelkd
bfe498f81b
parity-beta: 2.6.1 -> 2.6.2
2019-08-31 01:45:23 +08:00
xrelkd
6eee9a44b5
parity: 2.5.6 -> 2.5.7
2019-08-31 01:44:59 +08:00
xrelkd
b2cc915003
parity: Update buildInputs and nativeBuildInputs
...
Move cmake and pkgconfig from buildInputs to nativeBuildInputs
Remove unneeded perl from buildInputs
2019-08-31 01:41:43 +08:00
Eelco Dolstra
ebce65658f
nix: Reduce closure size by 48 MiB
2019-08-30 19:35:04 +02:00
Averell Dalton
1eb8f58130
x2goserver: init at 4.1.0.3
2019-08-30 19:24:42 +02:00
Averell Dalton
3cd8f4300c
perlPackages.ConfigSimple: init at 4.59
2019-08-30 19:24:42 +02:00
Elis Hirwing
aacf9235d8
nixos/usbtop: Add module to install usbtop and to enable kernel module
2019-08-30 18:54:33 +02:00
Elis Hirwing
93a27dbe9f
usbtop: init at 1.0
2019-08-30 18:54:29 +02:00
Doron Behar
c11fd45c24
uq: init at 2018-05-27
2019-08-30 19:54:02 +03:00
Peter Simons
eedf3dc6e2
nixos/mailman: decouple the mailman module from the postfix module
...
https://github.com/NixOS/nixpkgs/pull/67708#discussion_r319579987 suggested
that simply appending the necessary maps to the appropriate attributes in
services.postfix.config gets the job done; we don't special support in the
postfix module to accomplish that.
2019-08-30 18:44:47 +02:00
Jonathan Ringer
260314e9d7
filezilla: 3.43.0 -> 3.44.2
2019-08-30 09:32:30 -07:00
adisbladis
d20d6034bd
CODEOWNERS: Add myself as owner for emacs
2019-08-30 17:23:13 +01:00
Evan Stoll
d9f95c1b1e
maintainers: add roelvandijk to maintainers
2019-08-30 12:21:22 -04:00
Michael Weiss
9292bc58c6
androidStudioPackages.{dev,canary}: 3.6.0.8 -> 3.6.0.9
2019-08-30 18:19:14 +02:00
adisbladis
f7b5be81a8
Merge pull request #66301 from adisbladis/emacspackages-deprecated-drop
...
emacs-packages: Drop deprecated package sets
2019-08-30 17:18:20 +01:00
worldofpeace
67fbc4d060
plank: 0.11.4 -> 0.11.89
2019-08-30 12:16:29 -04:00
Peter Simons
afd448a9fa
nixos/redis: disable transparent huge pages (TLP) before starting Redis
2019-08-30 18:10:06 +02:00