diff --git a/nongnu/packages/emulators.scm b/nongnu/packages/emulators.scm index 29ff13b..a2cc413 100644 --- a/nongnu/packages/emulators.scm +++ b/nongnu/packages/emulators.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2019 David Wilson ;;; ;;; This file is not part of GNU Guix. ;;; @@ -16,6 +17,16 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . +(define-module (nongnu packages emulators) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (gnu packages) + #:use-module (gnu packages backup) + #:use-module (gnu packages gl) + #:use-module (gnu packages sdl) + #:use-module (nonguix licenses)) + (define-public dgen (package (name "dgen")