xosd: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-23 18:08:41 -05:00
parent b9c8a0182a
commit 83d3976927
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Displays text on your screen";
homepage = http://sourceforge.net/projects/libxosd;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ pSub ];
};
}