Add gx-go to nativeBuildInputs for ipfs-cluster

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