From 24af7476edb1eb4ac987019c2d4cee4ac19abe7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Mon, 16 Oct 2023 22:48:28 +0200 Subject: [PATCH] remove nix dependency --- publish.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index b4744b5..9e7e17b 100755 --- a/publish.sh +++ b/publish.sh @@ -7,7 +7,10 @@ if test -f /bsd # on OpenBSD then cd issues && make && cd ../ else - nix shell nixpkgs#gnumake nixpkgs#libxml2 -c /bin/sh -c "cd issues && make" + if type xmllint + then + cd issues && make + fi fi rclone sync -L -v --size-only \ --sftp-set-modtime=false \