moreutils: add meta.platforms (= all)

This commit is contained in:
Bjørn Forsman
2016-05-09 20:34:45 +02:00
parent 89008a2c58
commit 977cd5de36
+1
View File
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young";
homepage = https://joeyh.name/code/moreutils/;
maintainers = with maintainers; [ koral ];
platforms = platforms.all;
};
}