From 9150d4b6154c2675c9abee9ff55de2a7692c1998 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 29 Jul 2021 10:09:24 +0000 Subject: chromiumOSPackages.modemmanager: disable patches This is an ancient version of ModemManager, so any patches applied for the current upstream release are very unlikely to apply. Message-Id: <20210729100928.1965341-3-hi@alyssa.is> Reviewed-by: Cole Helbling --- pkgs/os-specific/linux/chromium-os/modem-manager/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/chromium-os/modem-manager/default.nix b/pkgs/os-specific/linux/chromium-os/modem-manager/default.nix index c6a5a44b67e..f1d6cbdd465 100644 --- a/pkgs/os-specific/linux/chromium-os/modem-manager/default.nix +++ b/pkgs/os-specific/linux/chromium-os/modem-manager/default.nix @@ -15,6 +15,8 @@ modemmanager.overrideAttrs ( sha256 = "12wlak8zx914zix4vv5a8sl0nyi58v7593h4gjchgv3i8ysgj9ah"; }; + patches = []; + nativeBuildInputs = nativeBuildInputs ++ [ autoreconfHook libtool intltool libxslt ]; buildInputs = buildInputs ++ [ dbus_glib ]; -- cgit 1.4.1