rPackages.awdb: fixed build

This commit is contained in:
Bruno Rodrigues
2025-03-04 10:20:27 +01:00
parent 5dc7071620
commit d45ec82494
+7
View File
@@ -514,6 +514,7 @@ let
arcgisutils = with pkgs; [ cargo rustc ];
arcgisgeocode = with pkgs; [ cargo rustc ];
arcgisplaces = with pkgs; [ pkg-config openssl.dev cargo rustc ];
awdb = [ pkgs.cargo ];
apcf = with pkgs; [ geos ];
SemiCompRisks = [ pkgs.gsl ];
showtext = with pkgs; [ zlib libpng icu freetype.dev ];
@@ -1109,6 +1110,12 @@ let
];
});
awdb = old.awdb.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure
'';
});
clarabel = old.clarabel.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure