guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.


From: Leo Famulari
Subject: Re: [PATCH] gnu: simple-scan: Update to 3.19.91.
Date: Tue, 8 Mar 2016 18:02:32 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Mar 08, 2016 at 11:04:35PM +0100, Tobias Geerinckx-Rice wrote:
> * gnu/packages/gnome.scm (simple-scan): Update to 3.19.91.

Thanks for your attention to this package!

Except where necessary for the new version to work, it's best to do
updates in a separate commit from other changes.

I can apply the update myself if you say it's okay to do on its own, or
feel free to submit a revised patch set.

> [arguments]: Disable PackageKit support irrelevant for Guix.

[...]

> +    (arguments
> +     '(#:configure-flags '("--disable-packagekit")
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'clean
> +                    (lambda _
> +                      ;; Remove a left-over reference to PackageKit.
> +                      (delete-file "src/ui.c"))))))

Does 'src/ui.c' cause problems for us? I'd rather not make changes to
upstream code except when necesssary [0], at least not without
discussing it with upstream first.

[0] For example, when fixing portability issues or deleting non-free and
non-essential bundled components. The impact of the change should be
well-understood by reviewers, at the very least ;)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]