mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
add bluez-libs. We need this to add more bluetooth related stuff, so I can test easily with things like hotplug :)
svn path=/nixpkgs/trunk/; revision=5164
This commit is contained in:
parent
b3b9118eab
commit
f002f9d30a
9
pkgs/development/libraries/bluez-libs/default.nix
Normal file
9
pkgs/development/libraries/bluez-libs/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bluez-libs-2.25";
|
||||
src = fetchurl {
|
||||
url = http://bluez.sf.net/download/bluez-libs-2.25.tar.gz;
|
||||
md5 = "ebc8408c9a74c785786a2ef7185fe628";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue