prio: get rid of with lib
This commit is contained in:
parent
ac6a29c13b
commit
e9654b3ea3
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue