Merge pull request #336753 from a-kenji/cosmic-randr-remove-env

cosmic-randr: remove env substituteInPlace
This commit is contained in:
rewine 2024-08-24 13:20:19 +08:00 committed by GitHub
commit 513b1e3c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,10 +25,6 @@ rustPlatform.buildRustPackage rec {
};
};
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
'';
nativeBuildInputs = [ just pkg-config ];
buildInputs = [ wayland ];