gnu: libblockdev: Appease guix lint.
* gnu/packages/disk.scm (libblockdev)[inputs]: Move gobject-introspection to ... [native-inputs]: ... here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
34316259c9
commit
7d18deb22e
|
@ -803,7 +803,8 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
"15c7g2gbkahmy8c6677pvbvblan5h8jxcqqmn6nlvqwqynq2mkjm"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
`(("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)
|
||||
("util-linux" ,util-linux)))
|
||||
(inputs
|
||||
|
@ -813,7 +814,6 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
("dmraid" ,dmraid)
|
||||
("eudev" ,eudev)
|
||||
("glib" ,glib)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("kmod" ,kmod)
|
||||
("libbytesize" ,libbytesize)
|
||||
("libyaml" ,libyaml)
|
||||
|
|
Reference in New Issue