cosmic-store: remove unneeded patch

This commit is contained in:
Heitor Augusto 2025-02-26 17:38:33 -03:00
commit d7441fa0f3
No known key found for this signature in database

View file

@ -26,10 +26,6 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-kPCE6F8/UsTJOmIjwxBLISk/Jhfljwa666WhXuKkkDE=";
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
'';
nativeBuildInputs = [
just
pkg-config