summary refs log tree commit diff
path: root/pkgs/development/libraries/gaia
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2019-10-05 08:14:40 +0300
committerDoron Behar <doron.behar@gmail.com>2019-10-05 08:14:40 +0300
commitf9391a2ca8cabd9bf8ca3311a05bd284127e2f0b (patch)
treec2efbd99629e60ab4b865379369565df4ccd02c7 /pkgs/development/libraries/gaia
parent94eafa02bf2a334b713e6814452e3c6182fadd84 (diff)
downloadnixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.tar
nixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.tar.gz
nixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.tar.bz2
nixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.tar.lz
nixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.tar.xz
nixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.tar.zst
nixpkgs-f9391a2ca8cabd9bf8ca3311a05bd284127e2f0b.zip
Use upstream's short description in meta
Diffstat (limited to 'pkgs/development/libraries/gaia')
-rw-r--r--pkgs/development/libraries/gaia/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gaia/default.nix b/pkgs/development/libraries/gaia/default.nix
index 341c4ad911c..fae96568dcf 100644
--- a/pkgs/development/libraries/gaia/default.nix
+++ b/pkgs/development/libraries/gaia/default.nix
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://github.com/MTG/gaia";
-    description = "C++ library with python bindings which implements similarity measures and classifications on the results of audio analysis, and generates classification models that Essentia can use to compute high-level description of music";
+    description = "General library to work with points in a semimetric space";
     maintainers = with maintainers; [ doronbehar ];
     license = licenses.agpl3;
   };