nongnu: emulators: Add missing requires.

* nongnu/packages/emulators.scm: Add missing requires that cause 'guix pull'
to fail.
This commit is contained in:
David Wilson 2019-10-17 22:14:18 -07:00
parent d84d8ef786
commit 4e9e5a2e54

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 David Wilson <david@daviwil.com>
;;;
;;; 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 <http://www.gnu.org/licenses/>.
(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")