Merge pull request #172323 from ncfavier/fix-firefox-tmp.json

authored by Martin Weinelt and committed by GitHub 766cf76b 91bcc883

+2
+2
pkgs/applications/networking/browsers/firefox/wrapper.nix
··· 219 ln -sfT "$target" "$out/$l" 220 done 221 222 # create the wrapper 223 224 executablePrefix="$out/bin"
··· 219 ln -sfT "$target" "$out/$l" 220 done 221 222 + cd "$out" 223 + 224 # create the wrapper 225 226 executablePrefix="$out/bin"