Skip to content

Commit

Permalink
Merge pull request #108396 from nagy/ceph-aarch64
Browse files Browse the repository at this point in the history
ceph: enable aarch64-linux platform
  • Loading branch information
danieldk authored Jan 7, 2021
2 parents 29aefd4 + b374d99 commit 7b72e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/filesystems/ceph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let
inherit description;
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
maintainers = with maintainers; [ adev ak johanot krav ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};

ceph-common = python3Packages.buildPythonPackage rec{
Expand Down

0 comments on commit 7b72e86

Please sign in to comment.