mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
[Backport release-25.05] clapper: fix opening files (#414969)
This commit is contained in:
commit
8c3dcf18ea
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ stdenvNoCC.mkDerivation {
|
||||||
|
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
lndir $src $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
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue