commit
9d0e9423a8
|
@ -1,29 +0,0 @@
|
||||||
{ stdenv, buildGoPackage, fetchFromGitHub, pkgconfig, libgit2 }:
|
|
||||||
|
|
||||||
buildGoPackage {
|
|
||||||
pname = "blsd";
|
|
||||||
version = "2017-07-27";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/junegunn/blsd";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "junegunn";
|
|
||||||
repo = "blsd";
|
|
||||||
rev = "a2ac619821e502452abdeae9ebab45026893b9e8";
|
|
||||||
sha256 = "0b0q6i4i28cjqgxqmwxbps22gp9rcd3jz562q5wvxrwlpbzlls2h";
|
|
||||||
};
|
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ libgit2 ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = "https://github.com/junegunn/blsd";
|
|
||||||
description = "List directories in breadth-first order";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = [ maintainers.magnetophon ];
|
|
||||||
platforms = platforms.unix;
|
|
||||||
broken = true; # since 2020-02-08, libgit2 is incompatible upstream is dead.
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
|
||||||
[
|
|
||||||
{
|
|
||||||
goPackagePath = "github.com/libgit2/git2go";
|
|
||||||
fetch = {
|
|
||||||
type = "git";
|
|
||||||
url = "https://github.com/libgit2/git2go";
|
|
||||||
rev = "14280de4da0f392935854a7cbdd67b2a5505c3a8";
|
|
||||||
sha256 = "17ppd7byzir8rhdk645dmggi700scb8f401yiwx8zy81q41dk1qi";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1270,8 +1270,6 @@ in
|
||||||
|
|
||||||
blockdiag = with python3Packages; toPythonApplication blockdiag;
|
blockdiag = with python3Packages; toPythonApplication blockdiag;
|
||||||
|
|
||||||
blsd = callPackage ../tools/misc/blsd { };
|
|
||||||
|
|
||||||
bluez-alsa = callPackage ../tools/bluetooth/bluez-alsa { };
|
bluez-alsa = callPackage ../tools/bluetooth/bluez-alsa { };
|
||||||
|
|
||||||
bluez-tools = callPackage ../tools/bluetooth/bluez-tools { };
|
bluez-tools = callPackage ../tools/bluetooth/bluez-tools { };
|
||||||
|
|
Loading…
Reference in New Issue