forked from lix-project/lix
nix.spec.in: Use the default build group name.
Nix expects build users to be in the "nixbld" group. You can change that in the config file, but `nix.spec` does not ship with a config file, so we should use the defaults.
This commit is contained in:
parent
74dd603495
commit
85ec6a6a44
|
@ -1,5 +1,5 @@
|
|||
%global nixbld_user "nix-builder-"
|
||||
%global nixbld_group "nix-builders"
|
||||
%global nixbld_group "nixbld"
|
||||
|
||||
Summary: The Nix software deployment system
|
||||
Name: nix
|
||||
|
|
Loading…
Reference in a new issue