scylladb: patch shebangs in further input file

This commit is contained in:
Florian Peter
2019-10-07 11:34:01 +08:00
parent b932511029
commit 7a4f48035b

View File

@@ -77,6 +77,7 @@ gcc8Stdenv.mkDerivation {
postPatch = ''
patchShebangs ./configure.py
patchShebangs seastar/json/json2code.py
'';
configurePhase = ''