Loading pkgs/by-name/li/lincity/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchurl, fetchpatch, gettext, libX11, libXext, xorgproto, Loading @@ -21,6 +22,8 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-e0y9Ef/Uy+15oKrbJfKxw04lqCARgvuyWc4vRQ/lAV0="; }; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ gettext ]; buildInputs = [ libICE libpng12 Loading Loading @@ -66,6 +69,10 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' sed -e 's@\[MPS_INFO_CHARS\]@[MPS_INFO_CHARS+8]@' -i mps.c -i mps.h ${lib.optionalString stdenv.hostPlatform.isDarwin '' sed -i '/\#include \"malloc.h\"/d' readpng.c ''} ''; meta = { Loading @@ -74,7 +81,5 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl2Plus; homepage = "https://sourceforge.net/projects/lincity"; maintainers = with lib.maintainers; [ iedame ]; # ../lcintl.h:14:10: fatal error: 'libintl.h' file not found broken = stdenv.hostPlatform.isDarwin; }; }) Loading
pkgs/by-name/li/lincity/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchurl, fetchpatch, gettext, libX11, libXext, xorgproto, Loading @@ -21,6 +22,8 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-e0y9Ef/Uy+15oKrbJfKxw04lqCARgvuyWc4vRQ/lAV0="; }; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ gettext ]; buildInputs = [ libICE libpng12 Loading Loading @@ -66,6 +69,10 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' sed -e 's@\[MPS_INFO_CHARS\]@[MPS_INFO_CHARS+8]@' -i mps.c -i mps.h ${lib.optionalString stdenv.hostPlatform.isDarwin '' sed -i '/\#include \"malloc.h\"/d' readpng.c ''} ''; meta = { Loading @@ -74,7 +81,5 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl2Plus; homepage = "https://sourceforge.net/projects/lincity"; maintainers = with lib.maintainers; [ iedame ]; # ../lcintl.h:14:10: fatal error: 'libintl.h' file not found broken = stdenv.hostPlatform.isDarwin; }; })