aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc/tokei
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2016-07-14 10:21:46 +0200
committerGabriel Ebner <gebner@gebner.org>2016-07-14 10:21:46 +0200
commit6c7d1795099e75f3859083dc711c5068a8acb9ea (patch)
treee180266cb309a9b5f2d5629e9a9d4ff84b4470e4 /pkgs/development/tools/misc/tokei
parentaab727fd77b70c714f642952396b894255d6d458 (diff)
tokei: add meta.platforms
Diffstat (limited to 'pkgs/development/tools/misc/tokei')
-rw-r--r--pkgs/development/tools/misc/tokei/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/tokei/default.nix b/pkgs/development/tools/misc/tokei/default.nix
index 206c6b5f593..212ebd9c967 100644
--- a/pkgs/development/tools/misc/tokei/default.nix
+++ b/pkgs/development/tools/misc/tokei/default.nix
@@ -22,5 +22,6 @@ buildRustPackage rec {
homepage = https://github.com/Aaronepower/tokei;
license = licenses.mit;
maintainers = with maintainers; [ gebner ];
+ platforms = platforms.all;
};
}