VirtualBox-GuestAdditions: Add to the channel
This commit is contained in:
parent
9d516f16fc
commit
c67c397c11
@ -118,7 +118,7 @@ stdenv.mkDerivation {
|
||||
make install
|
||||
cd ..
|
||||
done
|
||||
'';
|
||||
''; # */
|
||||
|
||||
meta = {
|
||||
description = "Guest additions for VirtualBox";
|
||||
@ -129,5 +129,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user