r-systemfonts: fix shebang of configure script
Closes https://github.com/NixOS/nixpkgs/pull/70813.
This commit is contained in:
parent
13085f13aa
commit
7deb982d6a
@ -949,6 +949,10 @@ let
|
|||||||
preConfigure = "patchShebangs configure";
|
preConfigure = "patchShebangs configure";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
systemfonts = old.systemfonts.overrideDerivation (attrs: {
|
||||||
|
preConfigure = "patchShebangs configure";
|
||||||
|
});
|
||||||
|
|
||||||
littler = old.littler.overrideAttrs (attrs: with pkgs; {
|
littler = old.littler.overrideAttrs (attrs: with pkgs; {
|
||||||
buildInputs = [ pcre lzma zlib bzip2 icu which ] ++ attrs.buildInputs;
|
buildInputs = [ pcre lzma zlib bzip2 icu which ] ++ attrs.buildInputs;
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user