mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
setcap-wrapper: Syntax wibble
This commit is contained in:
parent
2f113ee90a
commit
7680a40a37
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ let
|
|||
mkdir -p $out/bin
|
||||
${lib.concatMapStrings mkWrapper wrappers}
|
||||
'';
|
||||
}
|
||||
};
|
||||
|
||||
###### Activation script for the setcap wrappers
|
||||
mkSetcapProgram =
|
||||
|
|
Loading…
Reference in a new issue