cosmic-notifications: remove unnecessary patch

This commit is contained in:
Heitor Augusto
2025-04-18 00:40:54 +05:30
committed by Masum Reza
parent 6447f09c06
commit 7e5a9595f2
@@ -24,10 +24,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
useFetchCargoVendor = true;
cargoHash = "sha256-utip7E8NST88mPaKppkuOcdW+QkFoRqWy3a2McvMHo8=";
postPatch = ''
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';
nativeBuildInputs = [
just
which