about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-28 21:10:01 +0100
committerGitHub <noreply@github.com>2020-12-28 21:10:01 +0100
commit226c94c73b2a80183688e0a3708dda72664902a6 (patch)
tree488cd75367aabe130e865ef73cd8b5c68963b655 /pkgs/applications/networking/instant-messengers
parentd0ecbe67b86731e0efd5c8de3c42d0b24ef28c32 (diff)
parent14027887fe69e7d8999831e8a476670f29c1aab4 (diff)
Merge pull request #107799 from schmittlauch/linphonebump-master
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/linphone/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix
index c055718f47f32..1344440eafc83 100644
--- a/pkgs/applications/networking/instant-messengers/linphone/default.nix
+++ b/pkgs/applications/networking/instant-messengers/linphone/default.nix
@@ -52,7 +52,7 @@
 
 mkDerivation rec {
   pname = "linphone-desktop";
-  version = "4.2.4";
+  version = "4.2.5";
 
   src = fetchFromGitLab {
     domain = "gitlab.linphone.org";
@@ -175,13 +175,12 @@ mkDerivation rec {
     ln -s ${liblinphone}/share/belr/grammars/* $out/share/belr/grammars/
     mkdir -p $out/share/linphone
     ln -s ${liblinphone}/share/linphone/* $out/share/linphone/
-    mkdir $out/lib # prevent warning
   '';
 
   meta = with lib; {
     homepage = "https://www.linphone.org/";
     description = "Open source SIP phone for voice/video calls and instant messaging";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ jluttine ];
   };