forked from mirrors/nixpkgs
virtualbox: Remove unused variable $srcroot.
Thanks to @shlevy for mentioning this.
This commit is contained in:
parent
0f9a5eb027
commit
347e8c32a3
|
@ -85,7 +85,6 @@ in stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
srcroot="$(pwd)"
|
||||
libexec=$out/libexec/virtualbox
|
||||
|
||||
# Install VirtualBox files
|
||||
|
|
Loading…
Reference in a new issue