uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
20
pkgs/development/python-modules/pa-ringbuffer/default.nix
Normal file
20
pkgs/development/python-modules/pa-ringbuffer/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ fetchFromGitHub, buildPythonPackage, lib }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pa-ringbuffer";
|
||||
version = "0.1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "spatialaudio";
|
||||
repo = "python-pa-ringbuffer";
|
||||
rev = version;
|
||||
sha256 = "1d4k6z13mc1f88m6wbhfx8hillb7q78n33ws5bmyblsdkv1gx607";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Adds ring buffer functionality";
|
||||
homepage = "https://github.com/spatialaudio/python-pa-ringbuffer";
|
||||
maintainers = with lib.maintainers; [ laikq ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue