mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
lxcfs: remove with lib
This commit is contained in:
parent
6765aac154
commit
d626de5a59
@ -2,7 +2,6 @@
|
|||||||
, util-linux, makeWrapper
|
, util-linux, makeWrapper
|
||||||
, enableDebugBuild ? config.lxcfs.enableDebugBuild or false }:
|
, enableDebugBuild ? config.lxcfs.enableDebugBuild or false }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lxcfs";
|
pname = "lxcfs";
|
||||||
version = "4.0.12";
|
version = "4.0.12";
|
||||||
@ -48,8 +47,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "FUSE filesystem for LXC";
|
description = "FUSE filesystem for LXC";
|
||||||
homepage = "https://linuxcontainers.org/lxcfs";
|
homepage = "https://linuxcontainers.org/lxcfs";
|
||||||
changelog = "https://linuxcontainers.org/lxcfs/news/";
|
changelog = "https://linuxcontainers.org/lxcfs/news/";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = lib.teams.lxc.members;
|
maintainers = lib.teams.lxc.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user