xosd: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 23:45:06 -05:00
parent b9c8a0182a
commit 83d3976927
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

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 ];
};
}