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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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