unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40446@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#40446] [PATCH 7/9] gnu: ristretto: Make some inputs native.
Date: Sun,  5 Apr 2020 13:48:33 +0200	[thread overview]
Message-ID: <20200405114835.18229-7-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20200405114835.18229-1-vincent.legoll@gmail.com>

* gnu/packages/xfce.scm (ristretto)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.
---
 gnu/packages/xfce.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e8cb215d35..ac9663f2e3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
 ;;; Copyright © 2019 L  p R n  d n <guix@lprndn.info>
 ;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -926,10 +927,10 @@ inhibit interface which allows applications to prevent automatic sleep.")
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
+       ("desktop-file-utils" ,desktop-file-utils)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("desktop-file-utils" ,desktop-file-utils)
-       ("gtk+" ,gtk+)
+     `(("gtk+" ,gtk+)
        ("libexif" ,libexif)
        ("libxfce4ui" ,libxfce4ui)
        ("librsvg" ,librsvg)
-- 
2.26.0

  parent reply	other threads:[~2020-04-05 11:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-05 11:46 [bug#40446] native-inputs for desktop-file-utils Vincent Legoll
2020-04-05 11:48 ` [bug#40446] [PATCH 1/9] gnu: aegisub: Make some inputs native Vincent Legoll
2020-04-05 11:48   ` [bug#40446] [PATCH 2/9] gnu: geda-gaf: " Vincent Legoll
2020-04-05 11:48   ` [bug#40446] [PATCH 3/9] gnu: gerbv: " Vincent Legoll
2020-04-05 11:48   ` [bug#40446] [PATCH 4/9] gnu: lepton-eda: " Vincent Legoll
2020-04-05 11:48   ` [bug#40446] [PATCH 5/9] gnu: mate: " Vincent Legoll
2020-04-05 11:48   ` [bug#40446] [PATCH 6/9] gnu: pcb: " Vincent Legoll
2020-04-05 11:48   ` Vincent Legoll [this message]
2020-04-05 11:48   ` [bug#40446] [PATCH 8/9] gnu: spacefm: " Vincent Legoll
2020-04-05 11:48   ` [bug#40446] [PATCH 9/9] gnu: xfce4-places-plugin: " Vincent Legoll
2020-04-05 17:33   ` bug#40446: [PATCH 1/9] gnu: aegisub: " Danny Milosavljevic

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200405114835.18229-7-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=40446@debbugs.gnu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).