Now uses the Haskell uuid library, rather than needing a uuid program.
Been meaning to do this for some time; Android port was last straw. Note that newer versions of the uuid library have a Data.UUID.V4 that generates random UUIDs slightly more cleanly, but Debian has an old version of the library, so I do it slightly round-about.
This commit is contained in:
parent
8e591d50fd
commit
f202d997f4
7 changed files with 15 additions and 14 deletions
|
@ -39,7 +39,6 @@ thirdpartyProgs = catMaybes
|
|||
, Just "rsync"
|
||||
, Just "ssh"
|
||||
, Just "sh"
|
||||
, headMaybe $ words SysConfig.uuid -- may include parameters
|
||||
, ifset SysConfig.curl "curl"
|
||||
, ifset SysConfig.wget "wget"
|
||||
, ifset SysConfig.bup "bup"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue