mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
afsctool: 1.7.0 -> 1.7.3 (#355590)
This commit is contained in:
commit
cef0e6e27b
@ -6,22 +6,21 @@
|
||||
, git
|
||||
, zlib
|
||||
, sparsehash
|
||||
, CoreServices
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "afsctool";
|
||||
version = "1.7.0";
|
||||
version = "1.7.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RJVB";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-rqca7gpH46hk4MEPMHqYnteYJnGpLS/gu4XP7xWqDzo=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-cZ0P9cygj+5GgkDRpQk7P9z8zh087fpVfrYXMRRVUAI=";
|
||||
};
|
||||
|
||||
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