summary refs log tree commit diff
path: root/pkgs/tools/audio/pa-applet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/audio/pa-applet/default.nix')
-rw-r--r--pkgs/tools/audio/pa-applet/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/audio/pa-applet/default.nix b/pkgs/tools/audio/pa-applet/default.nix
index c5083bbb05a4f..358e662ca1e06 100644
--- a/pkgs/tools/audio/pa-applet/default.nix
+++ b/pkgs/tools/audio/pa-applet/default.nix
@@ -21,8 +21,7 @@ stdenv.mkDerivation {
   # work around a problem related to gtk3 updates
   NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
 
-  postInstall = ''
-  '';
+  postInstall = "";
 
   meta = with lib; {
     description = "";