beep: set meta.platforms

beep includes <linux/xyz.h> C header files, so I'm setting platforms to
Linux only.
This commit is contained in:
Bjørn Forsman 2014-10-25 17:19:34 +02:00
parent c17427597e
commit ff2c9a2274

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation {
description = "The advanced PC speaker beeper";
homepage = http://www.johnath.com/beep/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}