Unverified Commit 5c809384 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

pipewire: move env vars into env for structuredAttrs (#492167)

parents 0b22cbba 9d56ee51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  # Fontconfig error: Cannot load default config file
  FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };
  env.FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };

  doCheck = true;
  doInstallCheck = true;