We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5416aaa + 83e1d00 commit 78f9b8aCopy full SHA for 78f9b8a
pkgs/by-name/cl/clapper/package.nix
@@ -29,6 +29,11 @@ stdenvNoCC.mkDerivation {
29
30
mkdir -p $out
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
37
38
runHook postInstall
39
'';
0 commit comments