···8 sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2";
9 };
10000011 # fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
12 # which can also be fixed with
13 # hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";
···8 sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2";
9 };
1011+ configureFlags = [
12+ "--enable-shared"
13+ ];
14+15 # fails 1 out of 1 tests with "BAD GLOBAL SYMBOLS" on i686
16 # which can also be fixed with
17 # hardeningDisable = stdenv.lib.optional stdenv.isi686 "pic";