P5VCQ5VERGZ7AVREZRCKATAFSWD5JYZ5HEZREHJKHP4IEYIPLADQC
X3HISPCS4DYF7L5FA6WA2L2SJNO2FAALGFYFLFUQNPNQQENX3CVAC
wttr-delft-only-binary = pkgs.runCommand "wttr-delft-only-binary" {} ''
wttr-delft-only-binary = pkgs.runCommand "wttr-delft-only-binary" { nativeBuildInputs = [ pkgs.binutils ]; } ''
# Shrink the executable even more chmod u+w $out/wttr-delft strip --strip-all $out/wttr-delft chmod u-w $out/wttr-delft
# Shrink the executable even more
chmod u+w $out/wttr-delft
strip --strip-all $out/wttr-delft
chmod u-w $out/wttr-delft