···27 # FIXME: This should be removed when a complete fix is available
28 # https://github.com/svanderburg/node2nix/issues/145
29 name = "workaround-opencollective-buildfailures";
30- phases = [ "installPhase" ];
31 installPhase = ''
32 mkdir -p $out/bin
33 touch $out/bin/opencollective-postinstall
···27 # FIXME: This should be removed when a complete fix is available
28 # https://github.com/svanderburg/node2nix/issues/145
29 name = "workaround-opencollective-buildfailures";
30+ dontUnpack = true;
31 installPhase = ''
32 mkdir -p $out/bin
33 touch $out/bin/opencollective-postinstall