treewide: fixup bcf54ce

fix the executable bit for scripts installed with substituteAll
and some remaining shebangs.
This commit is contained in:
rnhmjoj
2019-04-12 09:09:22 +02:00
parent d0506bed9f
commit 5ea4160b33
9 changed files with 16 additions and 7 deletions
+1
View File
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
let
eid-nssdb-in = substituteAll {
inherit (stdenv) shell;
isExecutable = true;
src = ./eid-nssdb.in;
};
in