lxcfs: remove with lib

This commit is contained in:
Adam Stephens 2023-12-02 09:41:13 -05:00
parent 6765aac154
commit d626de5a59
No known key found for this signature in database

View File

@ -2,7 +2,6 @@
, util-linux, makeWrapper
, enableDebugBuild ? config.lxcfs.enableDebugBuild or false }:
with lib;
stdenv.mkDerivation rec {
pname = "lxcfs";
version = "4.0.12";
@ -48,8 +47,8 @@ stdenv.mkDerivation rec {
description = "FUSE filesystem for LXC";
homepage = "https://linuxcontainers.org/lxcfs";
changelog = "https://linuxcontainers.org/lxcfs/news/";
license = licenses.asl20;
platforms = platforms.linux;
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = lib.teams.lxc.members;
};
}