rPackages.xactonomial: fix build
This commit is contained in:
@@ -943,6 +943,10 @@ let
|
||||
];
|
||||
vdiffr = [ pkgs.libpng.dev ];
|
||||
V8 = [ pkgs.nodejs.libv8 ];
|
||||
xactonomial = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
XBRL = with pkgs; [
|
||||
zlib
|
||||
libxml2.dev
|
||||
@@ -2133,6 +2137,10 @@ let
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
xactonomial = old.xactonomial.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
zoomerjoin = old.zoomerjoin.overrideAttrs (attrs: {
|
||||
nativeBuildInputs = [
|
||||
pkgs.cargo
|
||||
|
||||
Reference in New Issue
Block a user