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:
Timothy Allen 2016-07-01 13:18:21 +10:00
parent 74dd603495
commit 85ec6a6a44
1 changed files with 1 additions and 1 deletions

View File

@ -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