Merge pull request #220430 from viraptor/cryptomator-intel

cryptomator: mark as working on intel only
This commit is contained in:
Stanisław Pitucha 2023-03-10 20:29:42 +11:00 committed by GitHub
commit 147b16e088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,6 @@ in stdenv.mkDerivation rec {
];
license = licenses.gpl3Plus;
maintainers = with maintainers; [ bachp ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}