devtodo: adjust platforms
devtodo: adjust platforms unicode: adjust platforms
This commit is contained in:
parent
9f1b54b31b
commit
e50fdb1c03
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A hierarchical command-line task manager";
|
description = "A hierarchical command-line task manager";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.woffs ];
|
maintainers = [ maintainers.woffs ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = https://github.com/garabik/unicode;
|
homepage = https://github.com/garabik/unicode;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.woffs ];
|
maintainers = [ maintainers.woffs ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user