prio: get rid of with lib

This commit is contained in:
Anderson Torres 2023-11-26 20:56:17 -03:00
parent ac6a29c13b
commit e9654b3ea3

View file

@ -27,11 +27,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall runHook postInstall
''; '';
meta = with lib; { meta = {
homepage = "https://github.com/letoram/prio"; homepage = "https://github.com/letoram/prio";
description = "Plan9- Rio like Window Manager for Arcan"; description = "Plan9- Rio like Window Manager for Arcan";
license = licenses.bsd3; license = with lib.licenses; [ bsd3 ];
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = platforms.all; platforms = lib.platforms.all;
}; };
}) })