Unverified Commit 4caf1e3b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

plocate: fixup build

parent e7df8051
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";