summary refs log tree commit diff
path: root/pkgs/tools/audio/pnmixer
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-08-25 10:04:49 +0200
committerDomen Kožar <domen@dev.si>2014-08-25 10:04:49 +0200
commite3fe98044c2f9359ff9af2fa265751ec9118d10a (patch)
treef7b8765c2e971ce44c7f8d246f081cd6da4262b0 /pkgs/tools/audio/pnmixer
parente29311297609caf2d37327df699fd07f7992f1ae (diff)
downloadnixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.tar
nixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.tar.gz
nixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.tar.bz2
nixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.tar.lz
nixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.tar.xz
nixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.tar.zst
nixpkgs-e3fe98044c2f9359ff9af2fa265751ec9118d10a.zip
pnmixer: cleanup
Diffstat (limited to 'pkgs/tools/audio/pnmixer')
-rw-r--r--pkgs/tools/audio/pnmixer/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/audio/pnmixer/default.nix b/pkgs/tools/audio/pnmixer/default.nix
index 4d966eb5e97..d7964c0961c 100644
--- a/pkgs/tools/audio/pnmixer/default.nix
+++ b/pkgs/tools/audio/pnmixer/default.nix
@@ -20,11 +20,8 @@ stdenv.mkDerivation rec {
   # work around a problem related to gtk3 updates
   NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
 
-  postInstall = ''
-  '';
-
   meta = with stdenv.lib; {
-    description = "ALSA mixer for the system tray.";
+    description = "ALSA mixer for the system tray";
     license = licenses.gpl3;
     maintainers = with maintainers; [ campadrenalin ];
     platforms = platforms.linux;