mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
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>
This commit is contained in:
parent
34316259c9
commit
7d18deb22e
1 changed files with 2 additions and 2 deletions
|
@ -803,7 +803,8 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||||
"15c7g2gbkahmy8c6677pvbvblan5h8jxcqqmn6nlvqwqynq2mkjm"))))
|
"15c7g2gbkahmy8c6677pvbvblan5h8jxcqqmn6nlvqwqynq2mkjm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -813,7 +814,6 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
||||||
("dmraid" ,dmraid)
|
("dmraid" ,dmraid)
|
||||||
("eudev" ,eudev)
|
("eudev" ,eudev)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
|
||||||
("kmod" ,kmod)
|
("kmod" ,kmod)
|
||||||
("libbytesize" ,libbytesize)
|
("libbytesize" ,libbytesize)
|
||||||
("libyaml" ,libyaml)
|
("libyaml" ,libyaml)
|
||||||
|
|
Loading…
Reference in a new issue