lxcfs: move defaults to package file

This commit is contained in:
Jan Malakhovski
2019-02-03 15:33:22 +00:00
parent 32e854c156
commit dd5bcb34c9
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, help2man, fuse
, enableDebugBuild ? false }:
{ config, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, help2man, fuse
, enableDebugBuild ? config.lxcfs.enableDebugBuild or false }:
with stdenv.lib;
stdenv.mkDerivation rec {