From 7deb982d6a81efa952498857f4c728f044bbedc6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2019 20:49:55 +0200 Subject: r-systemfonts: fix shebang of configure script Closes https://github.com/NixOS/nixpkgs/pull/70813. --- pkgs/development/r-modules/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/r-modules/default.nix') diff --git a/pkgs/development/r-modules/default.nix b/pkgs/development/r-modules/default.nix index 2d5ec2312fcb..990a8fb85de0 100644 --- a/pkgs/development/r-modules/default.nix +++ b/pkgs/development/r-modules/default.nix @@ -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 = '' -- cgit v1.2.3