3
0
Fork 0
forked from mirrors/nixpkgs

mariadb/texlive: Lowercase nixos.org

Capitalized URLs look weird and this makes the two URLs in line with the
last remaining NixOS.org at https://github.com/NixOS/nixpkgs/pull/169046
This commit is contained in:
Janne Heß 2022-05-26 12:27:44 +02:00
parent 20d85c13aa
commit 21de888352
No known key found for this signature in database
GPG key ID: 69165158F05265DF
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ commonOptions = packageSettings: rec { # attributes common to both builds
cmakeFlags = [
"-DBUILD_CONFIG=mysql_release"
"-DMANUFACTURER=NixOS.org"
"-DMANUFACTURER=nixos.org"
"-DDEFAULT_CHARSET=utf8mb4"
"-DDEFAULT_COLLATION=utf8mb4_unicode_ci"
"-DSECURITY_HARDENED=ON"

View file

@ -33,7 +33,7 @@ let
'';
configureFlags = [
"--with-banner-add=/NixOS.org"
"--with-banner-add=/nixos.org"
"--disable-missing" "--disable-native-texlive-build"
"--enable-shared" # "--enable-cxx-runtime-hack" # static runtime
"--enable-tex-synctex"