clapper: fix opening files (#414535)

authored by Aleksana and committed by GitHub 78f9b8ac 5416aaae

+5
+5
pkgs/by-name/cl/clapper/package.nix
··· 29 29 30 30 mkdir -p $out 31 31 lndir $src $out 32 + dbusfile=share/dbus-1/services/com.github.rafostar.Clapper.service 33 + rm $out/$dbusfile 34 + cp $src/$dbusfile $out/$dbusfile 35 + substituteInPlace $out/$dbusfile \ 36 + --replace-fail $src/bin/clapper $out/bin/clapper 32 37 33 38 runHook postInstall 34 39 '';