Loading pkgs/development/tools/parsing/spicy/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , bison , flex , zlib , apple-sdk_11 }: stdenv.mkDerivation rec { Loading Loading @@ -34,6 +35,8 @@ stdenv.mkDerivation rec { buildInputs = [ flex zlib ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; postPatch = '' Loading Loading @@ -64,5 +67,6 @@ stdenv.mkDerivation rec { ''; license = licenses.bsd3; maintainers = with maintainers; [ tobim ]; platforms = platforms.unix; }; } Loading
pkgs/development/tools/parsing/spicy/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , bison , flex , zlib , apple-sdk_11 }: stdenv.mkDerivation rec { Loading Loading @@ -34,6 +35,8 @@ stdenv.mkDerivation rec { buildInputs = [ flex zlib ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; postPatch = '' Loading Loading @@ -64,5 +67,6 @@ stdenv.mkDerivation rec { ''; license = licenses.bsd3; maintainers = with maintainers; [ tobim ]; platforms = platforms.unix; }; }