rPackages.ciflyr: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user