···58585959 makeFlags = "INTROSPECTION_GIRDIR=$(out)/share/gir-1.0 INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0";
60606161+ # The following is required on grsecurity/PaX due to spidermonkey's JIT
6262+ postBuild = ''
6363+ paxmark mr src/polkitbackend/.libs/polkitd
6464+ paxmark mr test/polkitbackend/.libs/polkitbackendjsauthoritytest
6565+ '';
6666+6167 #doCheck = true; # some /bin/bash problem that isn't auto-solved by patchShebangs
62686369 meta = with stdenv.lib; {