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 = ''
|
||||
runHook preInstall
|
||||
mkdir $out
|
||||
tar -C $out -xf ${src}
|
||||
tar -C $out -xf $src
|
||||
mv $out/usr/* $out/
|
||||
runHook postInstall
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user