mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mdk: Sort inputs alphabetically.
* gnu/packages/education.scm (mdk)[native-inputs]: Sort inputs alphabetically. [inputs]: Same.
This commit is contained in:
parent
40541eaa06
commit
0ea23218ad
1 changed files with 5 additions and 5 deletions
|
@ -970,15 +970,15 @@ (define-public mdk
|
|||
`(#: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
|
||||
|
|
Loading…
Reference in a new issue