This stops arandr from crashing if it tries to open a dialog box.
Note: the hook doesn't play nicely with gobject-introspection unless
strictDeps = false. See NixOS#56943.
The latest version of XMind doesn't support a prebuilt debian package
anymore, hence a manual installation of the ZIP is needed. The new
configuration for the Java GUI had to be patched as it relied on several
paths in the ZIP that won't work anymore in a Nix-based environment.
Additionally the following changes were made:
* Manual creation of a desktop item and an icon (we're using the one
from AUR for now). Those files were available in the old `.deb`, but
that isn't supported for the latest XMind version.
* Created a patch fro `XMind.ini` to use writable paths in $HOME and fix
the path to the plugins in the store path.
* Created a custom startup script which ensures the creation of
`$HOME/.xmind` and copies the relevant files from the store path into
it. Such a behavior was available in the old `.deb` as well, but not
anymore with the new ZIP.
This commits adds the CRI-O package, which includes the `crio` binary as
well as `conmon` and `pause`. The configuration is not part of this
package because it would be included in a service.
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
This introduces Django-2.2, the new LTR version of django.
For the time being, django-1.11 continues to be LTR in nixpkgs
django-2.2 is introduced to prepare the migration.
https://pijul.org/posts/2019-04-23-pijul-0.12/
* add new dep on nettle, all the crypto libraries :)
* libclang needed
* clang input is not quite right AFAIK, but fixes the build.
idea from other package,
seems to resolve problems finding headers via libclang?
I noticed xinetd process doesn't get exec'd on launch, exec here so the bash
process doesn't stick around.
Signed-off-by: William Casarin <jb55@jb55.com>
- yasm has been replaced by nasm
- both 10-bit and 8-bit are in the same binary now
- patchPhase replaced with postPatch to allow patching with overrides
- enableParallelBuilding enabled, long build and doesn't seem to cause
issues
- dev output added