Fix eval (swig)

+1 -1
+1 -1
pkgs/development/tools/misc/swig/3.x.nix
··· 28 28 homepage = http://swig.org/; 29 29 # Different types of licenses available: http://www.swig.org/Release/LICENSE . 30 30 license = licenses.gpl3Plus; 31 - platforms = with platforms; [ linux darwin ]; 31 + platforms = with platforms; linux ++ darwin; 32 32 maintainers = with maintainers; [ urkud wkennington ]; 33 33 }; 34 34 }