gnu: Add fiano-utk.

* gnu/packages/admin.scm (fiano-utk): New variable.
This commit is contained in:
Danny Milosavljevic 2020-11-30 22:30:46 +01:00
parent a94214f665
commit 4f318f7403
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -4251,3 +4251,11 @@ (define fiano
(description "This package provides a command-line UEFI image editor.")
(home-page "https://github.com/linuxboot/fiano")
(license license:bsd-3)))
(define-public fiano-utk
(package
(inherit fiano)
(name "fiano-utk")
(arguments
`(#:import-path "github.com/linuxboot/fiano/cmds/utk"
#:unpack-path "github.com/linuxboot/fiano"))))