r-systemfonts: fix shebang of configure script
Closes https://github.com/NixOS/nixpkgs/pull/70813.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user