libipt: set platforms to unix

It builds on Darwin.
This commit is contained in:
Orivej Desh 2019-09-22 20:42:24 +00:00
parent bcddd04027
commit ac6521cdc9

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Intel Processor Trace decoder library";
homepage = https://github.com/intel/libipt;
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ orivej ];
};
}