unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Dipping my toes into guix source.
@ 2016-07-19 16:49 David Craven
  2016-07-19 16:49 ` [PATCH 1/4] lint: Add packages with suffix ':bin' to 'inputs-should-be-native' David Craven
                   ` (3 more replies)
  0 siblings, 4 replies; 45+ messages in thread
From: David Craven @ 2016-07-19 16:49 UTC (permalink / raw)
  To: guix-devel; +Cc: David Craven

The --debug flag might be controversial. It's just a shortcut for adding some
--ad-hoc packages useful for debugging packages (file, gdb, strace, valgrind).
I don't know if it's generally useful and if it merits it's own flag. The
package selection came from reading the archlinux debugging guide.

[0] https://wiki.archlinux.org/index.php/Step-by-step_debugging_guide

David Craven (4):
  lint: Add packages with suffix ':bin' to 'inputs-should-be-native'.
  gnu: Rename 'glib' label to 'glib:bin' where appropriate.
  lint: Add 'inputs-should-be-sorted' check.
  environment: Add '--debug' flag.

 gnu/packages/avahi.scm       |  2 +-
 gnu/packages/cups.scm        |  2 +-
 gnu/packages/geeqie.scm      |  2 +-
 gnu/packages/gimp.scm        |  2 +-
 gnu/packages/glib.scm        |  8 +++---
 gnu/packages/gnome.scm       | 60 ++++++++++++++++++++++----------------------
 gnu/packages/gnucash.scm     |  2 +-
 gnu/packages/gstreamer.scm   |  4 +--
 gnu/packages/gtk.scm         | 16 ++++++------
 gnu/packages/ibus.scm        |  4 +--
 gnu/packages/mail.scm        |  2 +-
 gnu/packages/pdf.scm         |  2 +-
 gnu/packages/qemu.scm        |  2 +-
 gnu/packages/statistics.scm  |  2 +-
 gnu/packages/terminals.scm   |  2 +-
 gnu/packages/wv.scm          |  2 +-
 guix/scripts/environment.scm |  8 ++++++
 guix/scripts/lint.scm        | 37 +++++++++++++++++++++++----
 18 files changed, 97 insertions(+), 62 deletions(-)

--
2.9.0

^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2016-07-23 10:38 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 16:49 [PATCH 0/4] Dipping my toes into guix source David Craven
2016-07-19 16:49 ` [PATCH 1/4] lint: Add packages with suffix ':bin' to 'inputs-should-be-native' David Craven
2016-07-20 10:37   ` Ludovic Courtès
2016-07-20 10:50     ` David Craven
2016-07-20 11:19       ` Efraim Flashner
2016-07-21 12:24       ` Ludovic Courtès
2016-07-21 13:22         ` Vincent Legoll
2016-07-21 16:06           ` Ludovic Courtès
2016-07-21 19:27             ` Tobias Geerinckx-Rice
2016-07-22 13:32               ` Ludovic Courtès
2016-07-22 14:07                 ` Vincent Legoll
2016-07-19 16:49 ` [PATCH 2/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate David Craven
2016-07-22 12:57   ` Ludovic Courtès
2016-07-22 13:03     ` David Craven
2016-07-22 17:55       ` David Craven
2016-07-19 16:49 ` [PATCH 3/4] lint: Add 'inputs-should-be-sorted' check David Craven
2016-07-21 13:17   ` Eric Bavier
2016-07-21 16:00     ` Ludovic Courtès
2016-07-19 16:49 ` [PATCH 4/4] environment: Add '--debug' flag David Craven
2016-07-19 17:14   ` Thompson, David
2016-07-19 18:00     ` Tobias Geerinckx-Rice
2016-07-19 18:10       ` David Craven
2016-07-19 19:02         ` David Craven
2016-07-19 19:06           ` Thompson, David
2016-07-19 19:15             ` David Craven
2016-07-20  4:17           ` Leo Famulari
2016-07-20 10:35         ` Ludovic Courtès
2016-07-20 10:56           ` David Craven
2016-07-19 20:11       ` Danny Milosavljevic
2016-07-20  7:18         ` Alex Kost
2016-07-20  7:35           ` Vincent Legoll
2016-07-20  9:15           ` Pjotr Prins
2016-07-22 19:54         ` Customising linux-libre (was: [PATCH 4/4] environment: Add '--debug' flag.) Tobias Geerinckx-Rice
2016-07-22 19:58           ` Vincent Legoll
2016-07-22 20:00             ` David Craven
2016-07-22 20:03               ` Vincent Legoll
2016-07-22 20:15               ` Customising linux-libre Tobias Geerinckx-Rice
2016-07-22 20:50                 ` David Craven
2016-07-22 20:11             ` Tobias Geerinckx-Rice
2016-07-23 10:38               ` Ludovic Courtès
2016-07-21 12:22   ` [PATCH 4/4] environment: Add '--debug' flag Ludovic Courtès
2016-07-21 12:30     ` David Craven
2016-07-21 16:03       ` Ludovic Courtès
2016-07-21 16:12         ` David Craven
2016-07-21 16:38           ` Ludovic Courtès

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).