rPackages.fcl: fixed build

This commit is contained in:
Bruno Rodrigues
2025-08-25 07:23:42 +10:00
committed by Justin Bedo
parent 036be304cf
commit 4570f7e649
+4
View File
@@ -1790,6 +1790,10 @@ let
'';
});
fcl = old.fcl.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
fio = old.fio.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});