folks: Fix build

This was missed in https://github.com/NixOS/nixpkgs/pull/80594.

Also re-enable tests.
This commit is contained in:
Jan Tojnar 2020-03-03 13:22:51 +01:00
parent 2a5292313c
commit 54d984f62a
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -75,10 +75,16 @@ stdenv.mkDerivation rec {
checkInputs = [
dbus
(python3.withPackages (pp: with pp; [
python-dbusmock
# The following possibly need to be propagated by dbusmock
# if they are not optional
dbus-python
pygobject3
]))
];
# TODO: enable tests
# doCheck = true;
doCheck = true;
postPatch = ''
chmod +x meson_post_install.py