Loading pkgs/by-name/go/go-ios/package.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, nix-update-script, Loading Loading @@ -27,7 +28,7 @@ buildGoModule rec { "restapi" ]; postPatch = '' postPatch = lib.optionalString stdenv.hostPlatform.isLinux '' substituteInPlace ncm/linux_commands.go \ --replace-fail "ip " "${lib.getExe' iproute2 "ip"} " Loading Loading
pkgs/by-name/go/go-ios/package.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, buildGoModule, fetchFromGitHub, nix-update-script, Loading Loading @@ -27,7 +28,7 @@ buildGoModule rec { "restapi" ]; postPatch = '' postPatch = lib.optionalString stdenv.hostPlatform.isLinux '' substituteInPlace ncm/linux_commands.go \ --replace-fail "ip " "${lib.getExe' iproute2 "ip"} " Loading