gnu: Add fiano-fmap.
* gnu/packages/admin.scm (fiano-fmap): New variable.
This commit is contained in:
parent
4f318f7403
commit
ad01213837
1 changed files with 8 additions and 0 deletions
|
@ -4259,3 +4259,11 @@ (define-public fiano-utk
|
|||
(arguments
|
||||
`(#:import-path "github.com/linuxboot/fiano/cmds/utk"
|
||||
#:unpack-path "github.com/linuxboot/fiano"))))
|
||||
|
||||
(define-public fiano-fmap
|
||||
(package
|
||||
(inherit fiano)
|
||||
(name "fiano-fmap")
|
||||
(arguments
|
||||
`(#:import-path "github.com/linuxboot/fiano/cmds/fmap"
|
||||
#:unpack-path "github.com/linuxboot/fiano"))))
|
||||
|
|
Loading…
Reference in a new issue