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
18
pkgs/development/libraries/libsrs2/default.nix
Normal file
18
pkgs/development/libraries/libsrs2/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ stdenv, lib, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libsrs2";
|
||||
version = "1.0.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.libsrs2.org/srs/libsrs2-${version}.tar.gz";
|
||||
sha256 = "9d1191b705d7587a5886736899001d04168392bbb6ed6345a057ade50943a492";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "The next generation SRS library from the original designer of SRS";
|
||||
license = with lib.licenses; [ gpl2 bsd3 ];
|
||||
homepage = "https://www.libsrs2.org/";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue