libpfm: only builds on linux

This commit is contained in:
Franz Pletz
2018-06-19 16:55:23 +00:00
committed by GitHub
parent 3a2ffc7368
commit 618713a08a

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl2;
maintainers = [ maintainers.pierron ];
platforms = platforms.all;
platforms = platforms.linux;
};
}