Loading pkgs/os-specific/linux/bridge-utils/default.nix +10 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, autoreconfHook }: { lib, stdenv, fetchurl, autoreconfHook, fetchpatch }: stdenv.mkDerivation rec { pname = "bridge-utils"; Loading @@ -9,7 +9,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-ph2L5PGhQFxgyO841UTwwYwFszubB+W0sxAzU2Fl5g4="; }; patches = [ ./autoconf-ar.patch ]; patches = [ ./autoconf-ar.patch (fetchpatch { name = "musl-includes.patch"; url = "https://git.alpinelinux.org/aports/plain/main/bridge-utils/fix-PATH_MAX-on-ppc64le.patch?id=12c9046eee3a0a35665dc4e280c1f5ae2af5845d"; sha256 = "sha256-uY1tgJhcm1DFctg9scmC8e+mgowgz4f/oF0+k+x+jqw="; }) ]; nativeBuildInputs = [ autoreconfHook ]; Loading Loading
pkgs/os-specific/linux/bridge-utils/default.nix +10 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, autoreconfHook }: { lib, stdenv, fetchurl, autoreconfHook, fetchpatch }: stdenv.mkDerivation rec { pname = "bridge-utils"; Loading @@ -9,7 +9,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-ph2L5PGhQFxgyO841UTwwYwFszubB+W0sxAzU2Fl5g4="; }; patches = [ ./autoconf-ar.patch ]; patches = [ ./autoconf-ar.patch (fetchpatch { name = "musl-includes.patch"; url = "https://git.alpinelinux.org/aports/plain/main/bridge-utils/fix-PATH_MAX-on-ppc64le.patch?id=12c9046eee3a0a35665dc4e280c1f5ae2af5845d"; sha256 = "sha256-uY1tgJhcm1DFctg9scmC8e+mgowgz4f/oF0+k+x+jqw="; }) ]; nativeBuildInputs = [ autoreconfHook ]; Loading