Unverified Commit d7f023fb authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

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

mariadb/texlive: Lowercase nixos.org
parents e1f70517 21de8883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"