Merge pull request #101461 from moritzschaefer/fix-r-openssl

Fixes missing configure script

authored by

Peter Simons and committed by
GitHub
6485336d 5506c401

+3
+3
pkgs/development/r-modules/default.nix
··· 797 797 }); 798 798 799 799 openssl = old.openssl.overrideDerivation (attrs: { 800 + preConfigure = '' 801 + patchShebangs configure 802 + ''; 800 803 PKGCONFIG_CFLAGS = "-I${pkgs.openssl.dev}/include"; 801 804 PKGCONFIG_LIBS = "-Wl,-rpath,${pkgs.openssl.out}/lib -L${pkgs.openssl.out}/lib -lssl -lcrypto"; 802 805 });