From f2d17428dead4164cf25c000d91a32b10d6c3b2b Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 16 Apr 2023 16:30:45 +0300 Subject: [PATCH] Remove more pistol references for static compilations --- pkg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg.nix b/pkg.nix index eb05d28..ca9f035 100644 --- a/pkg.nix +++ b/pkg.nix @@ -48,6 +48,7 @@ buildGoApplication { remove-references-to -t ${buildPackages.mailcap} $out/bin/pistol remove-references-to -t ${buildPackages.iana-etc} $out/bin/pistol remove-references-to -t ${buildPackages.tzdata} $out/bin/pistol + remove-references-to -t ${file} $out/bin/pistol ''; meta = { description = "General purpose file previewer designed for Ranger, Lf to make scope.sh redundant";