flam3: enable on darwin

This commit is contained in:
Nikolay Korotkiy 2022-06-16 16:27:38 +03:00
parent 47e5bede09
commit f9763428b4
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}