summary refs log tree commit diff
path: root/pkgs/development/libraries/librem
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
committerChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
commit3aa0d776a176365b63db4709ec639322aec68e85 (patch)
tree7f709cd69f84d5b8f964d95e7b4633dec7dac43c /pkgs/development/libraries/librem
parentc1966522d7d5fa54db068140d212cba18731dd98 (diff)
downloadnixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.gz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.bz2
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.lz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.xz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.zst
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.zip
pkgs/development/libraries: Add missing descriptions and homepages
Diffstat (limited to 'pkgs/development/libraries/librem')
-rw-r--r--pkgs/development/libraries/librem/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librem/default.nix b/pkgs/development/libraries/librem/default.nix
index aeda663342e..012ac2a46a7 100644
--- a/pkgs/development/libraries/librem/default.nix
+++ b/pkgs/development/libraries/librem/default.nix
@@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
   ++ stdenv.lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.lib.getDev stdenv.cc.libc}"
   ;
   meta = {
-    homepage = http://www.creytiv.com/rem.html;
+    description = " A library for real-time audio and video processing";
+    homepage = "http://www.creytiv.com/rem.html";
     platforms = with stdenv.lib.platforms; linux;
     maintainers = with stdenv.lib.maintainers; [raskin];
     license = stdenv.lib.licenses.bsd3;