treewide: fixup bcf54ce
fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
This commit is contained in:
@@ -123,6 +123,7 @@ stdenv.mkDerivation rec {
|
||||
let
|
||||
gcc-clang-wrapper = substituteAll {
|
||||
inherit (stdenv) shell;
|
||||
isExecutable = true;
|
||||
src = ./gcc-clang-wrapper.sh;
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user