forked from mirrors/nixpkgs
arm-trusted-firmware: correctly handle version overrides
This commit is contained in:
parent
f54f5fdaaa
commit
0e381e084e
|
@ -6,11 +6,12 @@ let
|
|||
, platform
|
||||
, extraMakeFlags ? []
|
||||
, extraMeta ? {}
|
||||
, version ? "1.5"
|
||||
, ... } @ args:
|
||||
stdenv.mkDerivation (rec {
|
||||
|
||||
name = "arm-trusted-firmware-${platform}-${version}";
|
||||
version = "1.5";
|
||||
inherit version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ARM-software";
|
||||
|
|
Loading…
Reference in a new issue