alacritty: Don't use xclip from PATH
This commit is contained in:
parent
57b15422d9
commit
fc74a36672
@ -47,6 +47,11 @@ buildRustPackage rec {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
] ++ rpathLibs;
|
] ++ rpathLibs;
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace copypasta/src/x11.rs \
|
||||||
|
--replace Command::new\(\"xclip\"\) Command::new\(\"${xclip}/bin/xclip\"\)
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
for f in $(find target/release -maxdepth 1 -type f); do
|
for f in $(find target/release -maxdepth 1 -type f); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user