mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
virtualbox: expose extensionPack in meta
This way it can be added to system.extraDependencies to save it from gc
This commit is contained in:
parent
c7bd01c0c9
commit
e05135d80e
@ -197,5 +197,6 @@ in stdenv.mkDerivation {
|
||||
homepage = http://www.virtualbox.org/;
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
platforms = lib.platforms.linux;
|
||||
inherit extensionPack;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user