mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
obexfs: cleanup, add license
This commit is contained in:
parent
4a00e1f70b
commit
62365ecf1a
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, pkgconfig, fuse, obexftp}:
|
||||
{ stdenv, fetchurl, pkgconfig, fuse, obexftp }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "obexfs-0.12";
|
||||
@ -8,12 +8,13 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1g3krpygk6swa47vbmp9j9s8ahqqcl9ra8r25ybgzv2d9pmjm9kj";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig fuse obexftp];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ fuse obexftp ];
|
||||
|
||||
NIX_LDFLAGS = "-lobexftp";
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://dev.zuckschwerdt.org/openobex/wiki/ObexFs;
|
||||
description = "A tool to mount OBEX-based devices (such as Bluetooth phones)";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2Plus;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user