glm: add meta.branch for 0.9.5.4

This commit is contained in:
Mateusz Kowalczyk
2015-01-23 19:41:27 +00:00
parent c49ddebb76
commit fb22d8a783
+1
View File
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://glm.g-truc.net/; homepage = http://glm.g-truc.net/;
license = licenses.mit; license = licenses.mit;
branch = "0.9.5.4";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
}; };