mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
generic unpacker for some firmware which needs to be uploaded
svn path=/nixpkgs/trunk/; revision=5166
This commit is contained in:
parent
8292f5c856
commit
ba18de03b9
9
pkgs/applications/misc/bluez-firmware/default.nix
Normal file
9
pkgs/applications/misc/bluez-firmware/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bluez-firmware-1.1";
|
||||
src = fetchurl {
|
||||
url = http://bluez.sf.net/download/bluez-firmware-1.1.tar.gz;
|
||||
md5 = "2f1c2d939108c865dd07bae3e819c573";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue