forked from mirrors/nixpkgs
libkrunfw: remove aarch64-linux from platforms
This commit is contained in:
parent
fa61256115
commit
cee9caa1cc
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/containers/libkrunfw";
|
homepage = "https://github.com/containers/libkrunfw";
|
||||||
license = with licenses; [ lgpl2Only lgpl21Only ];
|
license = with licenses; [ lgpl2Only lgpl21Only ];
|
||||||
maintainers = with maintainers; [ nickcao ];
|
maintainers = with maintainers; [ nickcao ];
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
|
platforms = [ "x86_64-linux" "aarch64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue