rPackages.tomledit: fix build (#457914)

This commit is contained in:
Justin Bedő
2025-11-04 17:07:47 +11:00
committed by GitHub
+8
View File
@@ -769,6 +769,10 @@ let
Rssa = [ pkgs.fftw.dev ];
rsvg = [ pkgs.pkg-config ];
runjags = [ pkgs.jags ];
tomledit = with pkgs; [
cargo
rustc
];
xslt = [ pkgs.pkg-config ];
RVowpalWabbit = with pkgs; [
zlib.dev
@@ -1821,6 +1825,10 @@ let
postPatch = "patchShebangs configure";
});
tomledit = old.tomledit.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
ymd = old.ymd.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});