mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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")))
|
`(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("flex" ,flex)
|
`(("flex" ,flex)
|
||||||
("pkg-config" ,pkg-config)
|
("intltool" ,intltool)
|
||||||
("intltool" ,intltool)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("readline" ,readline)
|
`(("glib" ,glib)
|
||||||
("glib" ,glib)
|
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
("libglade" ,libglade)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("libglade" ,libglade)))
|
("readline" ,readline)))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue