mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Fix input typoes.
* gnu/packages/emulators.scm (nestopia-ue)[inputs]: Move ',' to its operand. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Same.
This commit is contained in:
parent
35b4926799
commit
72298df79d
2 changed files with 2 additions and 2 deletions
|
@ -1358,7 +1358,7 @@ (define-public nestopia-ue
|
|||
(list autoconf autoconf-archive automake pkg-config))
|
||||
(inputs
|
||||
`(("fltk" ,fltk)
|
||||
("fontconfig", fontconfig)
|
||||
("fontconfig" ,fontconfig)
|
||||
("libarchive" ,libarchive)
|
||||
("libepoxy" ,libepoxy)
|
||||
("libxft" ,libxft)
|
||||
|
|
|
@ -892,7 +892,7 @@ (define-public gst-plugins-bad
|
|||
("transcode" ,transcode)
|
||||
("usrsctp" ,usrsctp)
|
||||
("v4l" ,v4l-utils)
|
||||
("voaacenc", vo-aacenc)
|
||||
("voaacenc" ,vo-aacenc)
|
||||
("voamrwbenc" ,vo-amrwbenc)
|
||||
("vulkan-headers" ,vulkan-headers)
|
||||
("vulkan-loader" ,vulkan-loader)
|
||||
|
|
Loading…
Reference in a new issue