Merge pull request #174707 from helsinki-systems/feat/lowercase-nixosorg

mariadb/texlive: Lowercase nixos.org
This commit is contained in:
ajs124 2022-05-26 13:41:51 +02:00 committed by GitHub
commit d7f023fbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"