moreutils: add meta.platforms (= all)
This commit is contained in:
parent
89008a2c58
commit
977cd5de36
@ -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";
|
description = "Growing collection of the unix tools that nobody thought to write long ago when unix was young";
|
||||||
homepage = https://joeyh.name/code/moreutils/;
|
homepage = https://joeyh.name/code/moreutils/;
|
||||||
maintainers = with maintainers; [ koral ];
|
maintainers = with maintainers; [ koral ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user