summary refs log tree commit diff
path: root/pkgs/development/libraries/gssdp/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
commit6be8ad3392d87e277804ddec364377b5341430b7 (patch)
treece8a334fb3611b27336e9602bd248682931016b8 /pkgs/development/libraries/gssdp/default.nix
parentea6f711e8ec7208626a084edb81a78ee455a0b67 (diff)
parent06d6c3ed5d061e95d1db92f7eff08d5c1a2181d8 (diff)
downloadnixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.gz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.bz2
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.lz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.xz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.zst
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.zip
Merge branch 'origin/master' into stdenv-updates.
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
Diffstat (limited to 'pkgs/development/libraries/gssdp/default.nix')
-rw-r--r--pkgs/development/libraries/gssdp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gssdp/default.nix b/pkgs/development/libraries/gssdp/default.nix
index 28bad546084..c33457544f5 100644
--- a/pkgs/development/libraries/gssdp/default.nix
+++ b/pkgs/development/libraries/gssdp/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
   buildInputs = [pkgconfig libsoup glib libxml2];
 
   meta = {
-    description = "A GObject-based API for handling resource discovery and announcement over SSDP.";
+    description = "GObject-based API for handling resource discovery and announcement over SSDP";
     homepage = http://www.gupnp.org/;
     license = "LGPL v2";
     platforms = stdenv.lib.platforms.all;