mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
clapper: fix opening files
This commit is contained in:
parent
f32a1a8485
commit
83e1d008b8
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
mkdir -p $out
|
||||
lndir $src $out
|
||||
dbusfile=share/dbus-1/services/com.github.rafostar.Clapper.service
|
||||
rm $out/$dbusfile
|
||||
cp $src/$dbusfile $out/$dbusfile
|
||||
substituteInPlace $out/$dbusfile \
|
||||
--replace-fail $src/bin/clapper $out/bin/clapper
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue