From: Alyssa Ross <hi@alyssa.is> To: devel@spectrum-os.org Subject: [PATCH nixpkgs 2/6] chromiumOSPackages.modemmanager: disable patches Date: Thu, 29 Jul 2021 10:09:24 +0000 [thread overview] Message-ID: <20210729100928.1965341-3-hi@alyssa.is> (raw) In-Reply-To: <20210729100928.1965341-1-hi@alyssa.is> This is an ancient version of ModemManager, so any patches applied for the current upstream release are very unlikely to apply. --- I think we can probably drop this package to be honest, but I don't want to block the Nixpkgs update on that. 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 ]; -- 2.32.0
next prev parent reply other threads:[~2021-07-29 10:10 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-29 10:09 [PATCH nixpkgs 0/6] Fix build failures after Nixpkgs update Alyssa Ross 2021-07-29 10:09 ` [PATCH nixpkgs 1/6] chromiumOSPackages.vm_protos: set full go_package Alyssa Ross 2021-07-29 10:09 ` Alyssa Ross [this message] 2021-07-29 10:09 ` [PATCH nixpkgs 3/6] chromiumOSPackages.modemmanager-next: add gtk-doc Alyssa Ross 2021-07-29 10:09 ` [PATCH nixpkgs 4/6] chromiumOSPackages.libqmi: disable QRTR Alyssa Ross 2021-07-29 10:09 ` [PATCH nixpkgs 5/6] linux_cros: fix build Alyssa Ross 2021-07-29 10:09 ` [PATCH nixpkgs 6/6] wlroots: update Spectrum patches Alyssa Ross 2021-08-02 20:32 ` [PATCH nixpkgs 0/6] Fix build failures after Nixpkgs update Cole Helbling 2021-08-03 7:57 ` Alyssa Ross
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210729100928.1965341-3-hi@alyssa.is \ --to=hi@alyssa.is \ --cc=devel@spectrum-os.org \ --subject='Re: [PATCH nixpkgs 2/6] chromiumOSPackages.modemmanager: disable patches' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://spectrum-os.org/git/crosvm https://spectrum-os.org/git/doc https://spectrum-os.org/git/mktuntap https://spectrum-os.org/git/nixpkgs https://spectrum-os.org/git/spectrum https://spectrum-os.org/git/ucspi-vsock https://spectrum-os.org/git/www This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).