···119 -i '{}' ';'
120 '';
121122- # FIXME: ugly hack for https://github.com/NixOS/nixpkgs/pull/389009
123- preConfigure = ''
124- substituteInPlace build-aux/ltmain.sh \
125- --replace 'for search_ext in .la $std_shrext .so .a' 'for search_ext in $std_shrext .so .a'
126- '';
127-128 hardeningDisable = lib.optional stdenv.hostPlatform.isi686 "stackprotector";
129130 doCheck = true; # very basic checks, does not test any libraries
···119 -i '{}' ';'
120 '';
121000000122 hardeningDisable = lib.optional stdenv.hostPlatform.isi686 "stackprotector";
123124 doCheck = true; # very basic checks, does not test any libraries