nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gnu-config: make scripts executable

This is quite convenient when using config.guess and config.sub
interactively to get a sense of autoconf's mysteries.

+2
+2
pkgs/development/libraries/gnu-config/default.nix
··· 20 20 mkdir -p $out 21 21 cp ${configGuess} $out/config.guess 22 22 cp ${configSub} $out/config.sub 23 + 24 + chmod +x $out/config.* 23 25 ''; 24 26 25 27 meta = with lib; {