nyxt-gtk: add -f flag to rm operation
This commit is contained in:
committed by
Kiara Grouwstra
parent
cb919df382
commit
a081cfb27e
@@ -507,7 +507,7 @@ let
|
||||
installPhase = ''
|
||||
mkdir -pv $out
|
||||
cp -r * $out
|
||||
rm -v $out/nyxt
|
||||
rm -fv $out/nyxt
|
||||
mkdir -p $out/bin
|
||||
cp -v nyxt $out/bin
|
||||
wrapProgram $out/bin/nyxt \
|
||||
|
||||
Reference in New Issue
Block a user