mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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 ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/tools/Makefile.in \
|
||||
--replace 'chmod u+s' 'chmod +x'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Library and tools to manage Linux cgroups";
|
||||
homepage = "http://libcg.sourceforge.net/";
|
||||
|
Loading…
Reference in New Issue
Block a user