Merge pull request #17035 from phanimahesh/alpine

alpine:configure: allow using passfile

authored by Graham Christensen and committed by GitHub 098aee0c 33a1d808

+1
+1
pkgs/applications/networking/mailreaders/alpine/default.nix
··· 23 configureFlags = [ 24 "--with-ssl-include-dir=${openssl.dev}/include/openssl" 25 "--with-tcl-lib=${tcl.libPrefix}" 26 ]; 27 preConfigure = '' 28 export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
··· 23 configureFlags = [ 24 "--with-ssl-include-dir=${openssl.dev}/include/openssl" 25 "--with-tcl-lib=${tcl.libPrefix}" 26 + "--with-passfile=.pine-passfile" 27 ]; 28 preConfigure = '' 29 export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"