VirtualBox-GuestAdditions: Add to the channel

This commit is contained in:
Eelco Dolstra 2012-08-14 13:43:37 -04:00
parent 9d516f16fc
commit c67c397c11
1 changed files with 32 additions and 31 deletions

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation {
make install make install
cd .. cd ..
done done
''; ''; # */
meta = { meta = {
description = "Guest additions for VirtualBox"; description = "Guest additions for VirtualBox";
@ -129,5 +129,6 @@ stdenv.mkDerivation {
''; '';
license = "GPL"; license = "GPL";
maintainers = [ lib.maintainers.sander ]; maintainers = [ lib.maintainers.sander ];
platforms = lib.platforms.linux;
}; };
} }