libcgroup: do not set suid bit in nix store
This commit is contained in:
parent
994998e475
commit
b788956239
|
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pam yacc flex ];
|
buildInputs = [ pam yacc flex ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace src/tools/Makefile.in \
|
||||||
|
--replace 'chmod u+s' 'chmod +x'
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library and tools to manage Linux cgroups";
|
description = "Library and tools to manage Linux cgroups";
|
||||||
homepage = "http://libcg.sourceforge.net/";
|
homepage = "http://libcg.sourceforge.net/";
|
||||||
|
|
Loading…
Reference in New Issue