diff --git a/pkgs/development/libraries/glm/0954.nix b/pkgs/development/libraries/glm/0954.nix
index a5b62c6b04ef..4eb3497b0392 100644
--- a/pkgs/development/libraries/glm/0954.nix
+++ b/pkgs/development/libraries/glm/0954.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = http://glm.g-truc.net/;
     license = licenses.mit;
+    branch = "0.9.5.4";
     platforms = platforms.unix;
     maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
   };