Xaw3d: enable darwin build

This commit is contained in:
Josef Kemetmüller 2018-04-20 01:15:31 +02:00
parent ac02a1348f
commit 7637894bf2

View file

@ -14,6 +14,6 @@ stdenv.mkDerivation {
meta = {
description = "3D widget set based on the Athena Widget set";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}