zoom-us: fix overriding source
Without this using .overrideAttrs to change the source still uses the old source.
This commit is contained in:
parent
1b10b0d579
commit
13cadfac15
@ -79,7 +79,7 @@ in stdenv.mkDerivation rec {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir $out
|
mkdir $out
|
||||||
tar -C $out -xf ${src}
|
tar -C $out -xf $src
|
||||||
mv $out/usr/* $out/
|
mv $out/usr/* $out/
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user