nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/Makevars b/src/Makevars
2index ce72c93..b52a2c6 100755
3--- a/src/Makevars
4+++ b/src/Makevars
5@@ -42,7 +42,7 @@ RUST_OK := $(shell [ "$(RUST_VERSION)" != "" ] && \
6 [ "$$(printf '%s\n' 1.77.0 $(RUST_VERSION) | sort -V | head -n1)" = "1.77.0" ] && echo "yes" || echo "no")
7
8 # Targets
9-all: strippedLib ../inst/bin/minimap2 ../inst/bin/oarfish
10+all: ../inst/bin/minimap2 ../inst/bin/oarfish
11
12 strippedLib: $(SHLIB)
13 if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi