Add gx-go to nativeBuildInputs for ipfs-cluster

+3 -1
+3 -1
pkgs/applications/networking/ipfs-cluster/default.nix
··· 21 21 sha256 = "132whjyplcifq8747hcdrgbc0amhp618dg049jq5nyslcxfgdypm"; 22 22 }; 23 23 24 + nativeBuildInputs = [ gx-go ]; 25 + 24 26 preBuild = '' 25 27 # fetchgx stores packages by their ipfs hash 26 28 # this will rewrite github.com/ imports to gx/ipfs/ 27 29 cd go/src/${goPackagePath} 28 - ${gx-go}/bin/gx-go rewrite 30 + gx-go rewrite 29 31 ''; 30 32 31 33 meta = with stdenv.lib; {