tokei: add meta.platforms

This commit is contained in:
Gabriel Ebner 2016-07-14 10:21:46 +02:00
parent aab727fd77
commit 6c7d179509

View file

@ -22,5 +22,6 @@ buildRustPackage rec {
homepage = https://github.com/Aaronepower/tokei;
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
platforms = platforms.all;
};
}