Fix eval (swig)
This commit is contained in:
parent
cb776e72a0
commit
d5c27859b4
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user