mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
easysnap: don't use -n
This commit is contained in:
parent
e803959443
commit
5a54b57578
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -n easysnap* $out/bin/
|
||||
cp easysnap* $out/bin/
|
||||
|
||||
for i in $out/bin/*; do
|
||||
substituteInPlace $i \
|
||||
|
Loading…
Reference in New Issue
Block a user