guix-devel
[Top][All Lists]
Advanced

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

Re: Sdl-union not exported


From: David Thompson
Subject: Re: Sdl-union not exported
Date: Sat, 07 Feb 2015 09:15:53 -0500
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu)

Andreas Enge <address@hidden> writes:

> currently, the package sdl-union is not exported from sdl.scm. Is this
> intentional or an oversight?

Intentional.  sdl-union is used only as an input to other packages, so
we don't want it to show up when viewing the public package list.

If you'd like to use sdl-union from another module, private variables
may be referenced with '@@'.

    (@@ (gnu packages sdl) sdl-union)

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate



reply via email to

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