synergy: broken on darwin

This commit is contained in:
Franz Pletz 2017-06-07 06:14:18 +02:00
parent dc1473efd3
commit 5788bd82c1
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.aszlig ];
platforms = platforms.all;
broken = stdenv.isDarwin;
};
}