summaryrefslogtreecommitdiffstats
path: root/pkgs/development/r-modules/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-10-10 20:49:55 +0200
committerPeter Simons <simons@cryp.to>2019-10-10 20:50:49 +0200
commit7deb982d6a81efa952498857f4c728f044bbedc6 (patch)
tree8adaf42b6f79e923595b5a5d3c14a1a5ff63b27e /pkgs/development/r-modules/default.nix
parent13085f13aa44e0aadc8dc940ab0947032a14479d (diff)
r-systemfonts: fix shebang of configure script
Closes https://github.com/NixOS/nixpkgs/pull/70813.
Diffstat (limited to 'pkgs/development/r-modules/default.nix')
-rw-r--r--pkgs/development/r-modules/default.nix4
1 files changed, 4 insertions, 0 deletions
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 = ''