me
/
guix
Archived
1
0
Fork 0

gnu: Add fiano-fmap.

* gnu/packages/admin.scm (fiano-fmap): New variable.
master
Danny Milosavljevic 2020-11-30 22:31:00 +01:00
parent 4f318f7403
commit ad01213837
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 8 additions and 0 deletions

View File

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