mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +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";
|
description = "Intel Processor Trace decoder library";
|
||||||
homepage = https://github.com/intel/libipt;
|
homepage = https://github.com/intel/libipt;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user