cask: Enable on more platforms than Linux

This commit is contained in:
Elis Hirwing 2020-11-28 19:48:45 +01:00
parent e145bb2580
commit 22ecaa2d41
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "https://cask.readthedocs.io/en/latest/index.html";
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.flexw ];
};
}