about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-20 07:24:14 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-20 07:25:13 -0500
commit49fa221c624a9a0d982b1f1b77a0a9376abda352 (patch)
treedfae1eb14092680e635f2505466780c1bc15ec1c /pkgs/tools/bluetooth
parent10ce7ae76938da13aba228b4d79f32479a4ea085 (diff)
Update libbluedevil to 2.1
The bluedevil build has been failing since it was updated to
2.1.1. Bluedevil and libbluedevil must be kept at the same major version!
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/bluedevil/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/bluetooth/bluedevil/default.nix b/pkgs/tools/bluetooth/bluedevil/default.nix
index 229b0512679ba..e018972d2aaf6 100644
--- a/pkgs/tools/bluetooth/bluedevil/default.nix
+++ b/pkgs/tools/bluetooth/bluedevil/default.nix
@@ -3,6 +3,8 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "bluedevil";
+  # bluedevil must have the same major version (x.y) as libbluedevil!
+  # do not update this package without checking libbluedevil
   version = "2.1.1";
 
   src = fetchurl {