3
0
Fork 0
forked from mirrors/nixpkgs

hugo: build on x86_64-darwin

This commit is contained in:
zowoq 2022-07-16 11:25:49 +10:00
parent eb4056baf9
commit ed548c26d2

View file

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