lol

Merge pull request #278099 from jonathanlking/fix/p11-kit-meson-regression

authored by

Artturi and committed by
GitHub
4757f0e6 273d8b28

+7
+7
pkgs/development/libraries/p11-kit/default.nix
··· 73 73 --replace 'install_dir: prefix / p11_system_config' "install_dir: '$out/etc/pkcs11'" 74 74 ''; 75 75 76 + preCheck = '' 77 + # Tests run in fakeroot for non-root users (with Nix single-user install) 78 + if [ "$(id -u)" != "0" ]; then 79 + export FAKED_MODE=1 80 + fi 81 + ''; 82 + 76 83 meta = with lib; { 77 84 description = "Library for loading and sharing PKCS#11 modules"; 78 85 longDescription = ''