Merge branch 'fix-emulators-package' into 'master'

nongnu: emulators: Add missing requires.

Closes #11

See merge request nonguix/nonguix!10
This commit is contained in:
David Wilson 2019-10-18 05:22:40 +00:00
commit f00c6c3471

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