pylyzer: add dummy diskutil on darwin
This commit is contained in:
parent
15cf4e2f9a
commit
db7106688b
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, git
|
||||
, python3
|
||||
, makeWrapper
|
||||
, writeScriptBin
|
||||
, darwin
|
||||
, which
|
||||
}:
|
||||
|
@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec {
|
|||
git
|
||||
python3
|
||||
makeWrapper
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
(writeScriptBin "diskutil" "")
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue