3
0
Fork 0
forked from mirrors/nixpkgs

bluez5: set meta.platforms attribute

This commit is contained in:
Bjørn Forsman 2013-08-28 20:44:26 +02:00
parent 6eeec159b2
commit 47b53fd084

View file

@ -69,8 +69,9 @@ stdenv.mkDerivation rec {
ln -s ../libexec/bluetooth/bluetoothd $out/sbin/bluetoothd ln -s ../libexec/bluetooth/bluetoothd $out/sbin/bluetoothd
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://www.bluez.org/; homepage = http://www.bluez.org/;
description = "Bluetooth support for Linux"; description = "Bluetooth support for Linux";
platforms = platforms.linux;
}; };
} }