beep: set meta.platforms

beep includes <linux/xyz.h> C header files, so I'm setting platforms to
Linux only.
wip/yesman
Bjørn Forsman 10 years ago
parent c17427597e
commit ff2c9a2274
  1. 1
      pkgs/misc/beep/default.nix

@ -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;
};
}

Loading…
Cancel
Save