Merge pull request #174707 from helsinki-systems/feat/lowercase-nixosorg
mariadb/texlive: Lowercase nixos.org
This commit is contained in:
commit
d7f023fbdf
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue