diff --git a/pkgs/by-name/di/direwolf-unstable/package.nix b/pkgs/by-name/di/direwolf-unstable/package.nix index b99f92483fa3..1169f2ba5ac3 100644 --- a/pkgs/by-name/di/direwolf-unstable/package.nix +++ b/pkgs/by-name/di/direwolf-unstable/package.nix @@ -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" ]; };