mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
pylyzer: add dummy diskutil on darwin
This commit is contained in:
parent
15cf4e2f9a
commit
db7106688b
@ -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 New Issue
Block a user