coreutils: NixOS.org -> nixos.org

Capitalized URLs look weird
This commit is contained in:
Janne Heß 2022-05-26 12:18:42 +02:00
parent a891659902
commit 5de817cd3f
No known key found for this signature in database
GPG Key ID: 69165158F05265DF

View File

@ -77,7 +77,7 @@ stdenv.mkDerivation (rec {
nativeBuildInputs = [ perl xz.bin autoreconfHook ] # autoreconfHook is due to patch, normally only needed for cygwin
++ optionals stdenv.hostPlatform.isCygwin [ texinfo ]; # due to patch
configureFlags = [ "--with-packager=https://NixOS.org" ]
configureFlags = [ "--with-packager=https://nixos.org" ]
++ optional (singleBinary != false)
("--enable-single-binary" + optionalString (isString singleBinary) "=${singleBinary}")
++ optional withOpenssl "--with-openssl"