mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fixup: Add platform
This commit is contained in:
parent
f3f06fc1cc
commit
91e4ef3488
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ stdenv.mkDerivation {
|
|||
description = "A simple ncurses-based task list manager.";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue