plocate: fixup build

https://hydra.nixos.org/build/254162453/nixlog/2/tail
See issue #300635
This commit is contained in:
Vladimír Čunát 2024-04-01 09:54:01 +02:00
parent e7df8051fb
commit 4caf1e3b18
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
"-Ddbpath=locatedb"
];
# https://github.com/NixOS/nixpkgs/issues/300635
postInstall = ''chmod -R u-s,g-s "$out"'';
meta = with lib; {
description = "Much faster locate";
homepage = "https://plocate.sesse.net/";