Change several package constraints from linux to unix
They all build on Darwin.
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://sourceforge.net/projects/iperf/";
|
||||
description = "Tool to measure IP bandwidth using UDP or TCP";
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
license = "as-is";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user