direwolf-unstable: drop unneccesary fixes

This commit is contained in:
Gavin John
2026-01-11 14:22:45 -08:00
parent f5e0041fc9
commit 3abe0de4c4
@@ -21,23 +21,6 @@
hash = "sha256-MHzPwx4N+LLETEZMQz4hmM+1qbwNJjHSISvTWROg+3o=";
};
# drop upstreamed cmake-4 patch
patches = [ ];
postPatch =
builtins.replaceStrings
[
"decode_aprs.c"
"tocalls.txt"
"--replace-fail /etc/udev/rules.d/"
]
[
"deviceid.c"
"tocalls.yaml"
"--replace-fail /usr/lib/udev/rules.d/ $out/lib/udev/rules.d/ --replace-fail /etc/udev/rules.d/"
]
oldAttrs.postPatch;
dontVersionCheck = true;
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=dev" ]; };