Merge pull request #220430 from viraptor/cryptomator-intel
cryptomator: mark as working on intel only
This commit is contained in:
commit
147b16e088
@ -116,6 +116,6 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ bachp ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user