Unverified Commit bb84ac6f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #284050 from Elserjo/picard

parents e3707b36 a3784fb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ pythonPackages.buildPythonApplication rec {
    pyyaml
  ];

  setupPyGlobalFlags = [ "build" "--disable-autoupdate" ];
  setupPyGlobalFlags = [ "build" "--disable-autoupdate" "--localedir=$out/share/locale" ];

  preCheck = ''
    export HOME=$(mktemp -d)