diff --git a/pkgs/tools/text/fx/default.nix b/pkgs/tools/text/fx/default.nix
index e440dedb19da83d6444633c7f04f7ff4781dc9bc..69a7e2ae44fe83895c16682133af8ebe267a683e 100644
--- a/pkgs/tools/text/fx/default.nix
+++ b/pkgs/tools/text/fx/default.nix
@@ -33,10 +33,10 @@ unpackPhase = "${unzip}/bin/unzip $src";
installPhase = "install -Dm755 fx-${suffix} $out/bin/fx";
patchelf \
--set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
--set-rpath "${makeLibraryPath [ stdenv.cc.cc.lib ]}" \
--set-rpath "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" \
$out/bin/fx
'';
application/octet-stream
This content has been proxied by September (3851b).