me
/
guix
Archived
1
0
Fork 0

gnu: Add fiano-utk.

* gnu/packages/admin.scm (fiano-utk): New variable.
master
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
1 changed files with 8 additions and 0 deletions

View File

@ -4251,3 +4251,11 @@ disk utilization, priority, username, state, and exit code.")
(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"))))