rPackages.tomledit: fix build

This commit is contained in:
László Kupcsik
2025-11-02 22:45:35 +01:00
parent 9d7bcf3b94
commit 78a98af711
+8
View File
@@ -758,6 +758,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
@@ -1797,6 +1801,10 @@ let
postPatch = "patchShebangs configure";
});
tomledit = old.tomledit.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
ymd = old.ymd.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});