plocate: fixup build
https://hydra.nixos.org/build/254162453/nixlog/2/tail See issue #300635
This commit is contained in:
parent
e7df8051fb
commit
4caf1e3b18
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user