csfml: mark linux only
While it's possible to build on darwin, we never had a successful build. Undefined symbols for architecture x86_64: "sf::microseconds(long long)", referenced from: _sfSleep in Sleep.cpp.o /cc ZHF #45961
This commit is contained in:
parent
68f7e75517
commit
54b4000d54
|
@ -25,7 +25,6 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
license = licenses.zlib;
|
license = licenses.zlib;
|
||||||
maintainers = [ maintainers.jpdoyle ];
|
maintainers = [ maintainers.jpdoyle ];
|
||||||
|
platforms = platforms.linux;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue