rPackages.ciflyr: fix build

This commit is contained in:
László Kupcsik
2025-11-04 21:03:56 +01:00
parent fcf034c39e
commit 4f4e3cd684
+8
View File
@@ -473,6 +473,10 @@ let
Cardinal = [ pkgs.which ];
chebpol = [ pkgs.fftw.dev ];
ChemmineOB = [ pkgs.pkg-config ];
ciflyr = with pkgs; [
cargo
rustc
];
interpolation = [ pkgs.pkg-config ];
clarabel = [ pkgs.cargo ];
curl = [ pkgs.curl.dev ];
@@ -1911,6 +1915,10 @@ let
'';
});
ciflyr = old.ciflyr.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
clarabel = old.clarabel.overrideAttrs (attrs: {
postPatch = ''
patchShebangs configure