me
/
guix
Archived
1
0
Fork 0

gnu: mdk: Sort inputs alphabetically.

* gnu/packages/education.scm (mdk)[native-inputs]: Sort inputs
alphabetically.
[inputs]: Same.
master
Efraim Flashner 2020-10-16 00:07:10 +03:00
parent 40541eaa06
commit 0ea23218ad
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 5 deletions

View File

@ -970,15 +970,15 @@ floating through space.")
`(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes")))
(native-inputs
`(("flex" ,flex)
("pkg-config" ,pkg-config)
("intltool" ,intltool)))
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("readline" ,readline)
("glib" ,glib)
`(("glib" ,glib)
("gtk+" ,gtk+)
("libglade" ,libglade)
("ncurses" ,ncurses)
("pango" ,pango)
("libglade" ,libglade)))
("readline" ,readline)))
(home-page "https://www.gnu.org/software/mdk/")
(synopsis "Virtual development environment for Knuth's MIX")
(description