summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-01-04 15:37:23 +0100
committerDaniel Nagy <danielnagy@posteo.de>2021-01-04 15:37:23 +0100
commitb374d993edce3775c879bbd3d4abdd33051c6966 (patch)
treed74454045e83a9dfca2b8ef65f3c929e22c4581d /pkgs/tools/filesystems
parent7b041bf2dd5d7d91717b850e28af34918dae3fa6 (diff)
downloadnixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.tar
nixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.tar.gz
nixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.tar.bz2
nixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.tar.lz
nixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.tar.xz
nixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.tar.zst
nixpkgs-b374d993edce3775c879bbd3d4abdd33051c6966.zip
ceph: enable aarch64-linux platform
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/ceph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix
index 1a43d792ad3..d87c6331b79 100644
--- a/pkgs/tools/filesystems/ceph/default.nix
+++ b/pkgs/tools/filesystems/ceph/default.nix
@@ -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{