mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
cosmic-randr: remove env substituteInPlace
This commit is contained in:
parent
39f026a8c7
commit
2c61ec8587
@ -20,10 +20,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoHash = "sha256-XpN9X8CZUGOe6mQhWWQy766gyoiTPObKsv9J8xiDvdA=";
|
cargoHash = "sha256-XpN9X8CZUGOe6mQhWWQy766gyoiTPObKsv9J8xiDvdA=";
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [ just pkg-config ];
|
nativeBuildInputs = [ just pkg-config ];
|
||||||
buildInputs = [ wayland ];
|
buildInputs = [ wayland ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user