mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
signal-desktop: install policy templates on linux
This commit is contained in:
@@ -279,8 +279,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--add-flags ${lib.escapeShellArg commandLineArgs}
|
||||
''
|
||||
+ lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
|
||||
mkdir -p $out/share
|
||||
mkdir -p $out/share/polkit-1/actions
|
||||
cp -r dist/*-unpacked/resources $out/share/signal-desktop
|
||||
mv $out/share/signal-desktop/*.policy $out/share/polkit-1/actions/
|
||||
|
||||
for icon in build/icons/png/*
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user