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
-4
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 ];