VirtualBox-GuestAdditions: Add to the channel
This commit is contained in:
parent
9d516f16fc
commit
c67c397c11
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue