mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
live555: add aarch64-linux entry
Fixes eval
This commit is contained in:
parent
ec632b745f
commit
22fb762e1a
@ -27,6 +27,7 @@ stdenv.mkDerivation {
|
||||
x86_64-darwin = "macosx";
|
||||
i686-linux = "linux";
|
||||
x86_64-linux = "linux-64bit";
|
||||
aarch64-linux = "linux-64bit";
|
||||
}.${stdenv.system}}
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user