Merge pull request #212127 from alyssais/gperftools-bsd
gperftools: broaden platforms
This commit is contained in:
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/gperftools/gperftools";
|
||||
description = "Fast, multi-threaded malloc() and nifty performance analysis tools";
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
platforms = platforms.all;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ vcunat ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user