mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
libipt: set platforms to unix
It builds on Darwin.
This commit is contained in:
parent
bcddd04027
commit
ac6521cdc9
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user