rPackages.awdb: fixed build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user