wxGTK28: linux only

This commit is contained in:
Matthew Bauer 2017-04-09 02:11:16 -05:00
parent d8b98c4f77
commit 8df24b78d5
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
1 changed files with 2 additions and 2 deletions

View File

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
}; };
} }