Compare commits

..

No commits in common. "master" and "pounder-patch-update" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ in
web-intl = pkgs.runCommand "web-intl" {}
''
cd ${web-src}
export DOMAINNAME=m-labs-intl.com
${pkgs.zola}/bin/zola build -o $out -u https://$DOMAINNAME
DOMAINNAME=m-labs.hk ${pkgs.zola}/bin/zola build -o $out
'';
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
pname = "sphinxcontrib-platformpicker";