me
/
guix
Archived
1
0
Fork 0

gnu: mdk: Fix indentation.

* gnu/packages/education.scm (mdk): Fix package indentation.
master
Efraim Flashner 2020-10-16 00:06:01 +03:00
parent 62a7f3b84c
commit 40541eaa06
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 15 deletions

View File

@ -958,28 +958,28 @@ floating through space.")
(name "mdk") (name "mdk")
(version "1.2.11") (version "1.2.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/mdk/v" version "/mdk-" (uri (string-append "mirror://gnu/mdk/v" version "/mdk-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rrac91ynya4jrhv14j9vvn21c5z80hi1zmmdxjb0d9zz6i7kjgb")))) "0rrac91ynya4jrhv14j9vvn21c5z80hi1zmmdxjb0d9zz6i7kjgb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes"))) `(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes")))
(native-inputs (native-inputs
`(("flex" ,flex) `(("flex" ,flex)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("intltool" ,intltool))) ("intltool" ,intltool)))
(inputs (inputs
`(("readline" ,readline) `(("readline" ,readline)
("glib" ,glib) ("glib" ,glib)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("pango" ,pango) ("pango" ,pango)
("libglade" ,libglade))) ("libglade" ,libglade)))
(home-page "https://www.gnu.org/software/mdk/") (home-page "https://www.gnu.org/software/mdk/")
(synopsis "Virtual development environment for Knuth's MIX") (synopsis "Virtual development environment for Knuth's MIX")
(description (description
"GNU MDK is the Mix Development Kit, an emulation of the pedagogical "GNU MDK is the Mix Development Kit, an emulation of the pedagogical