about summary refs log tree commit diff
path: root/pkgs/misc/apulse
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-02-22 22:09:07 +0000
committerJan Malakhovski <oxij@oxij.org>2018-03-09 15:29:29 +0000
commit2af121e687ecc485f92fac4de4461e9002af9284 (patch)
treeb3e954b1e11df86f1f7953981c7eeb91404fc378 /pkgs/misc/apulse
parentbf448029d9e81d4df2dee56ca8891094cf4788de (diff)
libpressureaudio: better descriptions
Diffstat (limited to 'pkgs/misc/apulse')
-rw-r--r--pkgs/misc/apulse/pressureaudio.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/misc/apulse/pressureaudio.nix b/pkgs/misc/apulse/pressureaudio.nix
index 255fca842a736..142b727845783 100644
--- a/pkgs/misc/apulse/pressureaudio.nix
+++ b/pkgs/misc/apulse/pressureaudio.nix
@@ -60,22 +60,22 @@ stdenv.mkDerivation {
   '';
 
   meta = apulse.meta // {
-    description = "libpulseaudio without any sound daemons over pure ALSA";
+    description = "libpulse without any sound daemons over pure ALSA";
     longDescription = ''
-      apulse (${apulse.meta.homepage}) implements most of libpulseaudio
+      apulse (${apulse.meta.homepage}) implements most of libpulse
       API over pure ALSA in 5% LOC of the original PulseAudio.
 
       But apulse is made to be used as a wrapper that substitutes its
       replacement libs into LD_LIBRARY_PATH. The problem with that is
-      that you still have to link against the original libpulseaudio.
+      that you still have to link against the original libpulse.
 
       pressureaudio (http://git.r-36.net/pressureaudio/) wraps apulse
-      with everything you need to replace libpulseaudio completely.
+      with everything you need to replace libpulse completely.
 
       This derivation is a reimplementation of pressureaudio in pure
       nix.
 
-      You can simply override libpulseaudio with this and most
+      You can simply override libpulse with this and most
       packages would just work.
     '';
   };