mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-02-18 02:23:12 +01:00
nongnu: Add missing module imports and declaration.
Fixes #11. * nongnu/packages/emulators.scm: Add module declaration and imports.
This commit is contained in:
parent
d84d8ef786
commit
fbc8431a2a
1 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,16 @@
|
||||||
;;; You should have received a copy of the GNU General Public License
|
;;; You should have received a copy of the GNU General Public License
|
||||||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
(define-module (nongnu packages emulators)
|
||||||
|
#:use-module (gnu packages backup)
|
||||||
|
#:use-module (gnu packages gl)
|
||||||
|
#:use-module (gnu packages sdl)
|
||||||
|
#:use-module (guix build-system gnu)
|
||||||
|
#:use-module (guix download)
|
||||||
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
|
#:use-module (guix packages)
|
||||||
|
#:use-module (nonguix licenses))
|
||||||
|
|
||||||
(define-public dgen
|
(define-public dgen
|
||||||
(package
|
(package
|
||||||
(name "dgen")
|
(name "dgen")
|
||||||
|
|
Loading…
Add table
Reference in a new issue