rPackages.tomledit: fix build (#457914)
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user