comment
This commit is contained in:
parent
5e0d9c2029
commit
6f51ba740d
1 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2024-05-27T14:49:20Z"
|
||||
content="""
|
||||
This seems like a bug in Nix.
|
||||
|
||||
"security" is a MacOS command.
|
||||
<https://ss64.com/mac/security.html>
|
||||
|
||||
Several haskell packages contain code that runs it. For example
|
||||
<https://hackage.haskell.org/package/certificate>
|
||||
in System/Certificate/X509/MacOS.hs:
|
||||
|
||||
createProcess (proc "security" ["find-certificate" ...
|
||||
|
||||
I've not checked which one is getting
|
||||
pulled into git-annex here, it may vary depending on versions of
|
||||
intermediate library dependencies. This search finds several
|
||||
other possibilities:
|
||||
<https://hackage-search.serokell.io/?q=%22security%22>
|
||||
|
||||
And presumably on Nix that program is not in PATH. So it needs to either
|
||||
depend on it, or patch out call to it.
|
||||
|
||||
The Nix maintainers of git-annex have been emailed about this.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue