Skip to content

Commit 83e1d00

Browse files
committed
clapper: fix opening files
1 parent f32a1a8 commit 83e1d00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/cl/clapper/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ stdenvNoCC.mkDerivation {
2929
3030
mkdir -p $out
3131
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
3237
3338
runHook postInstall
3439
'';

0 commit comments

Comments
 (0)