mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
afsctool: use new Darwin SDK pattern
This commit is contained in:
parent
d4fb1d3a52
commit
85036e32ff
@ -6,7 +6,6 @@
|
||||
, git
|
||||
, zlib
|
||||
, sparsehash
|
||||
, CoreServices
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -21,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config cmake git ];
|
||||
buildInputs = [ zlib sparsehash CoreServices ];
|
||||
buildInputs = [ zlib sparsehash ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utility that allows end-users to leverage HFS+/APFS compression";
|
||||
|
@ -946,9 +946,7 @@ with pkgs;
|
||||
|
||||
libdislocator = callPackage ../tools/security/aflplusplus/libdislocator.nix { };
|
||||
|
||||
afsctool = callPackage ../tools/filesystems/afsctool {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||
};
|
||||
afsctool = callPackage ../tools/filesystems/afsctool { };
|
||||
|
||||
aioblescan = with python3Packages; toPythonApplication aioblescan;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user