mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
darwin.removefile: 45 -> 75
https://github.com/apple-oss-distributions/removefile/compare/removefile-45...removefile-75
This commit is contained in:
parent
f493fb8770
commit
a32fcaa3ca
@ -41,7 +41,14 @@ mkAppleDerivation {
|
|||||||
"man"
|
"man"
|
||||||
];
|
];
|
||||||
|
|
||||||
xcodeHash = "sha256-wDm2LECjateIRDQyjJtcdbxHKVfN3Y8JXVd70d37Jy4=";
|
xcodeHash = "sha256-pE92mVI0KTHOVKBA4T5R1rHy5//uipOimas7DaTVe0U=";
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# Disable experimental bounds safety stuff that’s not available in LLVM 16.
|
||||||
|
substituteInPlace removefile.h \
|
||||||
|
--replace-fail '__ptrcheck_abi_assume_single()' "" \
|
||||||
|
--replace-fail '__unsafe_indexable' ""
|
||||||
|
'';
|
||||||
|
|
||||||
env.NIX_CFLAGS_COMPILE = "-I${privateHeaders}/include";
|
env.NIX_CFLAGS_COMPILE = "-I${privateHeaders}/include";
|
||||||
|
|
||||||
|
@ -88,8 +88,8 @@
|
|||||||
"version": "303.0.2"
|
"version": "303.0.2"
|
||||||
},
|
},
|
||||||
"removefile": {
|
"removefile": {
|
||||||
"hash": "sha256-UpNk27kGXnZss1ZXWVJU9jLz/NW63ZAZEDLhyCYoi9M=",
|
"hash": "sha256-h1jb4DcgDHwi9eiUguc2e5OLP8ZHxCN3B4Myp/DFDBg=",
|
||||||
"version": "45"
|
"version": "75"
|
||||||
},
|
},
|
||||||
"shell_cmds": {
|
"shell_cmds": {
|
||||||
"hash": "sha256-kmEOprkiJGMVcl7yHkGX8ymk/5KjE99gWuF8j2hK5hY=",
|
"hash": "sha256-kmEOprkiJGMVcl7yHkGX8ymk/5KjE99gWuF8j2hK5hY=",
|
||||||
|
Loading…
Reference in New Issue
Block a user