rPackages.awdb: fixed build (#386960)

This commit is contained in:
Justin Bedő
2025-03-05 18:48:10 +11:00
committed by GitHub
+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 ];
@@ -1111,6 +1112,12 @@ let
];
});
awdb = old.awdb.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure
'';
});
clarabel = old.clarabel.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure