r-systemfonts: fix shebang of configure script

Closes https://github.com/NixOS/nixpkgs/pull/70813.
This commit is contained in:
Peter Simons 2019-10-10 20:49:55 +02:00
parent 13085f13aa
commit 7deb982d6a

View File

@ -949,6 +949,10 @@ let
preConfigure = "patchShebangs configure";
});
systemfonts = old.systemfonts.overrideDerivation (attrs: {
preConfigure = "patchShebangs configure";
});
littler = old.littler.overrideAttrs (attrs: with pkgs; {
buildInputs = [ pcre lzma zlib bzip2 icu which ] ++ attrs.buildInputs;
postInstall = ''