coreutils nitpick: add --with-packager
`tool --version` now gets additional line: Packaged by https://NixOS.org
This commit is contained in:
parent
4c2d822fad
commit
85facc4a70
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
|
|||
outputs = [ "out" "info" ];
|
||||
|
||||
nativeBuildInputs = [ perl xz.bin ];
|
||||
configureFlags =
|
||||
optional (singleBinary != false)
|
||||
configureFlags = [ "--with-packager=https://NixOS.org" ]
|
||||
++ optional (singleBinary != false)
|
||||
("--enable-single-binary" + optionalString (isString singleBinary) "=${singleBinary}")
|
||||
++ optional hostPlatform.isSunOS "ac_cv_func_inotify_init=no"
|
||||
++ optional withPrefix "--program-prefix=g"
|
||||
|
|
Loading…
Reference in a new issue