mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
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:
parent
c17427597e
commit
ff2c9a2274
@ -20,5 +20,6 @@ stdenv.mkDerivation {
|
|||||||
description = "The advanced PC speaker beeper";
|
description = "The advanced PC speaker beeper";
|
||||||
homepage = http://www.johnath.com/beep/;
|
homepage = http://www.johnath.com/beep/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user