cosmic-randr: remove env substituteInPlace

This commit is contained in:
a-kenji 2024-08-23 13:24:45 +02:00
parent 39f026a8c7
commit 2c61ec8587

View File

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