about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2021-01-07 19:54:51 +0100
committerGitHub <noreply@github.com>2021-01-07 19:54:51 +0100
commit7b72e86481c09b25b44fc319aff596c828b5f95f (patch)
treefac61cfad7270449110b90cb222dc8242b72b940 /pkgs/tools/filesystems
parent29aefd4b730c7dfd32a24962163fda2b5f5d34c3 (diff)
parentb374d993edce3775c879bbd3d4abdd33051c6966 (diff)
downloadnixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.tar
nixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.tar.gz
nixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.tar.bz2
nixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.tar.lz
nixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.tar.xz
nixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.tar.zst
nixlib-7b72e86481c09b25b44fc319aff596c828b5f95f.zip
Merge pull request #108396 from nagy/ceph-aarch64
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 1a43d792ad3e..d87c6331b794 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{