forked from mirrors/nixpkgs
virtualbox: Fix unpacking of extension pack.
This fixes a typo introduced by 5a3f9c08b0
.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
dd832a3e8f
commit
59d79e97e8
|
@ -121,7 +121,7 @@ in stdenv.mkDerivation {
|
|||
--base-dir "$libexec/ExtensionPacks" \
|
||||
--cert-dir "$libexec/ExtPackCertificates" \
|
||||
--name "Oracle VM VirtualBox Extension Pack" \
|
||||
--tarball "${extensionPack}"
|
||||
--tarball "${extensionPack}" \
|
||||
--sha-256 "${extensionPack.outputHash}"
|
||||
''}
|
||||
|
||||
|
|
Loading…
Reference in a new issue