Skip to content

Commit

Permalink
alpine:configure: allow using passfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phanimahesh committed Jul 17, 2016
1 parent bf67598 commit 9a4d0d8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ stdenv.mkDerivation {
configureFlags = [
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
"--with-tcl-lib=${tcl.libPrefix}"
"--with-passfile=.pine-passfile"
];
preConfigure = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
Expand Down

0 comments on commit 9a4d0d8

Please sign in to comment.