worldofpeace
18571d6f0a
Merge pull request #75681 from lovesegfault/nixos-fix-nat
...
nixos: fix ip46tables invocation in nat
2019-12-14 23:42:50 -05:00
Jan Tojnar
955be27f58
aegisub: fix build
2019-12-15 05:36:24 +01:00
Ivan Kozik
ec75ea3329
chromium: use llvmPackages_9 to more closely match upstream
2019-12-15 04:35:36 +00:00
Ivan Kozik
46d252f1f1
chromium: fix GL support by not using the ANGLE GL implementation
2019-12-15 04:35:23 +00:00
Bernardo Meurer
5ee439eb08
nixos: fix ip46tables invocation in nat
2019-12-14 20:13:12 -08:00
worldofpeace
bfcc281a27
Merge pull request #75138 from mkg20001/feat/add-xapps-cinnamon
...
cinnamon.xapps: init at 1.6.8
2019-12-14 22:25:11 -05:00
Mario Rodas
9f2092b6a9
grafana-loki: fix build on darwin
2019-12-14 22:22:22 -05:00
worldofpeace
47dcb0439a
libgnomekbd: fix dependencies
...
There were things in Requires that weren't propagated.
2019-12-14 22:22:14 -05:00
Maciej Krüger
580a6f492a
pythonModules.xapp: init at 1.8.1
2019-12-14 22:22:14 -05:00
Maciej Krüger
632c4f2c9b
cinnamon.xapps: init at 1.6.8
2019-12-14 22:22:14 -05:00
Jan Tojnar
8dc5ff7dcf
nixos/displayManager: deprecate separate options for default wm/dm
...
The upstream session files display managers use have no concept of sessions being composed from
desktop manager and window manager. To be able to set upstream session files as default
session, we need a single option. Having two different ways to set default session would be confusing,
though, so we decided to deprecate the old method.
We also created separate script for each session, just like we already had a separate desktop
file for each one, and started using displayManager.sessionPackages mechanism to make the
session handling more uniform.
2019-12-15 04:16:20 +01:00
Tor Hedin Brønner
53ef29c138
nixos/lightdm: enable wayland sessions
...
Note: can't launch gnome on wayland due to duplicate entry names:
https://github.com/CanonicalLtd/lightdm/issues/16
2019-12-15 04:16:20 +01:00
Tor Hedin Brønner
d25365c3c1
nixos/displayManager: introduce defaultSession
...
There's two ways of providing graphical sessions now:
- `displayManager.session` via. `desktopManager.session` and
`windowManager.session`
- `displayManager.sessionPackages`
`sessionPackages` doesn't make a distinction between desktop and window
managers. This makes selecting a session provided by a package using
`desktopManager.default` nonsensical.
We therefor introduce `displayManager.defaultSession` which can select a session
from either `displayManager.session` or `displayManager.sessionPackages`.
It will default to `desktopManager.default + windowManager.default` as before.
If the dm default is "none" it will select the first provided session from
`sessionPackages`.
2019-12-15 04:16:20 +01:00
Tor Hedin Brønner
58e5290fce
nixos/displayManager: check for provided sessions in mkDesktops
2019-12-15 04:16:20 +01:00
Tor Hedin Brønner
dd7144b860
nixos/sessionPackages: provide session names in passthru
...
We want access to the valid session names at evaluation time.
2019-12-15 04:16:18 +01:00
Tor Hedin Brønner
d362df6682
nixos/display-manager: extraSessionFilePackages -> sessionPackages
2019-12-15 04:14:56 +01:00
Niklas Hambüchen
97dc2e99f5
glog: Add upstream patch to fix tests with musl.
...
Originally found in https://github.com/nh2/static-haskell-nix/issues/70
2019-12-15 04:05:20 +01:00
Florian Klink
ac1a5ac2db
gtkwave: build with gtk3
...
gtkwave ships a gtk3 flavour on sourceforge. let's use that one.
2019-12-15 03:54:35 +01:00
Austin Seipp
367676ce82
z3: 4.8.5 -> 4.8.7
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-14 20:33:59 -06:00
Austin Seipp
3e88e1b144
vector: 0.5.0 -> 0.6.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-14 20:33:59 -06:00
Austin Seipp
1446f6ca38
Revert "vector: make some more options override-able"
...
See the comments in that commit for more information.
This reverts commit b964f4b421ff4406667ee66db177def03a3b2158.
2019-12-14 20:33:59 -06:00
Mario Rodas
e87cfa0488
Merge pull request #75342 from colemickens/nixpkgs-va
...
vaapiIntel: unstable-20190211 -> 2.4.0
2019-12-14 21:29:16 -05:00
Mario Rodas
1784ddb805
Merge pull request #75647 from marsam/add-python-twitter
...
pythonPackages.python-twitter: init at 3.5
2019-12-14 21:18:27 -05:00
Mario Rodas
ba22262959
Merge pull request #75667 from tobim/pkgs/cmake-format
...
cmake-format: 0.6.2 -> 0.6.3
2019-12-14 21:17:41 -05:00
Andreas Rammhold
928bc00ec4
Merge pull request #75673 from flokli/exa-broken-symlinks
...
exa: apply patch to not panic on broken symlinks
2019-12-15 02:28:29 +01:00
Mario Rodas
fb112af09e
gitAndTools.git-gone: 0.1.2 -> 0.2.0
2019-12-14 20:20:20 -05:00
Mario Rodas
3f9333064b
vdirsyncer: fix build on darwin
2019-12-14 20:20:20 -05:00
Florian Klink
d41dca2f5f
exa: apply patch to not panic on broken symlinks
...
Currently, exa fails when being executed in a git repository with
symlinks pointing to a non-existing location.
This can happen quite often with garbage-collected result links, or in
bazel repositories.
A fix was PR'ed in September at https://github.com/ogham/exa/pull/584 ,
but upstream seems to be not responding.
Let's apply this patch until there's a release containing the fixes.
2019-12-15 02:18:50 +01:00
worldofpeace
22f57b8925
Merge pull request #75625 from kampka/zsh-history-module
...
zsh-history: Add tests
2019-12-14 19:51:20 -05:00
Alex Gryzlov
a0d31e3970
idrisPackages.tparsec: 2019-06-18 -> 2019-09-19
2019-12-15 03:03:01 +03:00
Renaud
69c6e4c2ff
Merge pull request #75601 from romildo/upd.mojave-gtk-theme
...
mojave-gtk-theme: 2019-09-09 -> 2019-12-12
2019-12-15 00:58:33 +01:00
R. RyanTM
668a5dd07b
nco: 4.8.1 -> 4.9.0 ( #75287 )
...
* nco: 4.8.1 -> 4.9.0
* nco: fetchurl -> fetchzip
Source is a GitHub archive
2019-12-15 00:48:56 +01:00
Kim Burgess
90f84bc5dd
ameba: 0.10.1 -> 0.11.0
2019-12-15 09:36:46 +10:00
R. RyanTM
5aae6ee17f
openh264: 1.8.0 -> 2.0.0 ( #64100 )
...
* openh264: 1.8.0 -> 2.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openh264/versions
2019-12-14 23:34:19 +01:00
Eduardo Quirós
297604cb35
pfetch: init at 0.4.0
...
* pfetch: init at 0.4.0
2019-12-14 23:28:44 +01:00
Symphorien Gibol
bafaf78ead
pyflame: remove
...
The upstream repository is archived and new python version are not going
to be supported.
2019-12-14 23:23:03 +01:00
Jan Tojnar
aa3cb8b00e
Merge branch 'staging-next' into staging
2019-12-14 23:09:23 +01:00
Jan Tojnar
429561978b
Merge branch 'master' into staging-next
2019-12-14 23:09:06 +01:00
Tobias Mayer
f2e4680dec
cmake-format: 0.6.2 -> 0.6.3
2019-12-14 23:04:32 +01:00
Renaud
a189ffc45e
Merge pull request #75258 from srhb/bump-openapi-generator
...
openapi-generator-cli: 4.2.1 -> 4.2.2
2019-12-14 22:59:23 +01:00
Léo Gaspard
226ea5c17a
Merge pull request #75294 from kampka/postgres-service-refactor
...
matrix-synapse: Use postgres service to create database and user
2019-12-14 21:36:59 +01:00
Maximilian Bosch
7d944554dd
dlib: 19.18 -> 19.19
...
https://github.com/davisking/dlib/releases/tag/v19.19
2019-12-14 21:01:16 +01:00
Michael Weiss
b916b9e884
androidStudioPackages.{dev,canary}: 4.0.0.5 -> 4.0.0.6
2019-12-14 20:55:43 +01:00
Renaud
ee7ed8da31
procdump: 1.0.1 -> 1.1 ( #75658 )
2019-12-14 20:25:04 +01:00
Michael Weiss
e6b29634d2
fuse3: 3.8.0 -> 3.9.0 ( #75655 )
...
Changelog: https://github.com/libfuse/libfuse/blob/fuse-3.9.0/ChangeLog.rst
2019-12-14 20:16:36 +01:00
Ben Wolsieffer
bd9549baa9
mavproxy: init at 1.8.17
2019-12-14 11:00:34 -08:00
Ben Wolsieffer
9475a7da6c
pythonPackages.pymavlink: init at 2.4.1
2019-12-14 11:00:34 -08:00
adisbladis
d3d8b776f1
Merge pull request #75618 from jsamsa/emacsmacport-fix
...
emacsMacport: Rename emacsVersion attribute to version
2019-12-14 18:43:24 +00:00
Henrik Jonsson
9ace40c765
electrum: Add ckcc-protocol
...
Similar to keepkey, trezor and btchip, ckcc-protocol is a plugin,
allowing electrum to communicate with the https://coldcardwallet.com/
hardware wallet.
2019-12-14 10:30:23 -08:00
Henrik Jonsson
eb33f2050a
python3Packages.ckcc-protocol: init at 0.8.0
...
The ckcc-protocol package installs
https://github.com/Coldcard/ckcc-protocol , which
allows communication with the https://coldcardwallet.com/
hardware wallet.
2019-12-14 10:30:23 -08:00