about summary refs log tree commit diff
path: root/pkgs/tools
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
parent10ce7ae76938da13aba228b4d79f32479a4ea085 (diff)
downloadnixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.tar
nixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.tar.gz
nixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.tar.bz2
nixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.tar.lz
nixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.tar.xz
nixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.tar.zst
nixlib-49fa221c624a9a0d982b1f1b77a0a9376abda352.zip
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')
-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 229b0512679b..e018972d2aaf 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 {