hugo: broken = stdenv.isDarwin -> stdenv.isDarwin && stdenv.isx86_64

This commit is contained in:
polynomialspace 2022-05-31 15:26:21 -07:00
parent 77638de1fd
commit ab67a02a10

View File

@ -33,7 +33,7 @@ buildGoModule rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin; broken = stdenv.isDarwin && stdenv.isx86_64;
description = "A fast and modern static website engine"; description = "A fast and modern static website engine";
homepage = "https://gohugo.io"; homepage = "https://gohugo.io";
license = licenses.asl20; license = licenses.asl20;