Loading pkgs/by-name/bl/blobtools/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,11 @@ stdenv.mkDerivation { strictDeps = true; postPatch = '' substituteInPlace Makefile \ --replace-fail "CC=g++" "CC=c++" ''; installPhase = '' runHook preInstall install -Dm555 {blobpack,blobunpack} -t $out/bin Loading Loading
pkgs/by-name/bl/blobtools/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,11 @@ stdenv.mkDerivation { strictDeps = true; postPatch = '' substituteInPlace Makefile \ --replace-fail "CC=g++" "CC=c++" ''; installPhase = '' runHook preInstall install -Dm555 {blobpack,blobunpack} -t $out/bin Loading