acpid: inc/dec brightness by 1 instead of 10
[julm/julm-nix.git] / nixpkgs / pkgs / modemmanager-1-18.nix
index 01c70f3bf3f5874f0b70e5124410c1a8860a5097..3b24ebdeb1eecee7be0c4a1308f81d9123fb102d 100644 (file)
@@ -1,6 +1,20 @@
-{ lib, stdenv, fetchurl
-, glib, udev, libgudev, polkit, ppp, gettext, pkg-config, python3
-, libmbim, libqmi, systemd, vala, gobject-introspection, dbus
+{ lib
+, stdenv
+, fetchurl
+, glib
+, udev
+, libgudev
+, polkit
+, ppp
+, gettext
+, pkg-config
+, python3
+, libmbim
+, libqmi
+, systemd
+, vala
+, gobject-introspection
+, dbus
 }:
 
 stdenv.mkDerivation rec {
@@ -17,7 +31,9 @@ stdenv.mkDerivation rec {
   buildInputs = [ glib udev libgudev polkit ppp libmbim libqmi systemd ];
 
   nativeInstallCheckInputs = [
-    python3 python3.pkgs.dbus-python python3.pkgs.pygobject3
+    python3
+    python3.pkgs.dbus-python
+    python3.pkgs.pygobject3
   ];
 
   configureFlags = [
@@ -40,7 +56,8 @@ stdenv.mkDerivation rec {
   # load libraries from the install path, which doesn't usually exist
   # when `make check' is run.  So to work around that, we run it as an
   # install check instead, when those paths will have been created.
-  doInstallCheck = true;
+  doInstallCheck = false;
+  doCheck = false;
   preInstallCheck = ''
     export G_TEST_DBUS_DAEMON="${dbus}/bin/dbus-daemon"
     patchShebangs tools/tests/test-wrapper.sh