Files
nixpkgs/pkgs/development/r-modules/patches/FLAMES.patch
T
László Kupcsik 36e7e1c00c rPackages.FLAMES: update patch
- Original file changed
- Removed the target that includes the /usr/bin/strip
- This is OK, because nix should strip anyway
2025-11-02 00:05:25 +01:00

14 lines
579 B
Diff

diff --git a/src/Makevars b/src/Makevars
index ce72c93..b52a2c6 100755
--- a/src/Makevars
+++ b/src/Makevars
@@ -42,7 +42,7 @@ RUST_OK := $(shell [ "$(RUST_VERSION)" != "" ] && \
[ "$$(printf '%s\n' 1.77.0 $(RUST_VERSION) | sort -V | head -n1)" = "1.77.0" ] && echo "yes" || echo "no")
# Targets
-all: strippedLib ../inst/bin/minimap2 ../inst/bin/oarfish
+all: ../inst/bin/minimap2 ../inst/bin/oarfish
strippedLib: $(SHLIB)
if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi