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
11
pkgs/development/libraries/libguestfs/appliance.nix
Normal file
11
pkgs/development/libraries/libguestfs/appliance.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ fetchzip }:
|
||||
|
||||
fetchzip {
|
||||
name = "libguestfs-appliance-1.40.1";
|
||||
url = "http://download.libguestfs.org/binaries/appliance/appliance-1.40.1.tar.xz";
|
||||
sha256 = "00863mm08p55cv6w8awp7y0lv894rcrm70mjwqfc8nc4yyb70xlm";
|
||||
|
||||
meta = {
|
||||
hydraPlatforms = []; # Hydra fails with "Output limit exceeded"
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue