Fix eval (swig)

This commit is contained in:
Bjørn Forsman 2016-07-26 15:34:49 +02:00
parent cb776e72a0
commit d5c27859b4

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = http://swig.org/; homepage = http://swig.org/;
# Different types of licenses available: http://www.swig.org/Release/LICENSE . # Different types of licenses available: http://www.swig.org/Release/LICENSE .
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; [ linux darwin ]; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ urkud wkennington ]; maintainers = with maintainers; [ urkud wkennington ];
}; };
} }