xbps: remove with lib
This commit is contained in:
@@ -45,11 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/void-linux/xbps";
|
||||
description = "X Binary Package System";
|
||||
platforms = platforms.linux; # known to not work on Darwin, at least
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
platforms = lib.platforms.linux; # known to not work on Darwin, at least
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ dtzWill ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user