forked from mirrors/nixpkgs
update obexftp, required for new openobex
This commit is contained in:
parent
8b4fef8840
commit
eb6edc1cb1
|
@ -1,14 +1,14 @@
|
||||||
{stdenv, fetchurl, pkgconfig, openobex, bluez}:
|
{stdenv, fetchurl, pkgconfig, openobex, bluez, cmake}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "obexftp-0.23";
|
name = "obexftp-0.24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/openobex/${name}.tar.bz2";
|
url = "mirror://sourceforge/openobex/${name}-Source.tar.gz";
|
||||||
sha256 = "0djv239b14p221xjxzza280w3pnnwzpw4ssd6mshz36ki3r4z9s4";
|
sha256 = "0szy7p3y75bd5h4af0j5kf0fpzx2w560fpy4kg3603mz11b9c1xr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig bluez];
|
buildInputs = [pkgconfig bluez cmake];
|
||||||
|
|
||||||
propagatedBuildInputs = [openobex];
|
propagatedBuildInputs = [openobex];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue