Merge pull request #30223 from woffs/platforms
devtodo: adjust platforms
This commit is contained in:
commit
fc5b50dc96
@ -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