pinocchio: remove "with lib;"

+4 -4
+4 -4
pkgs/development/libraries/pinocchio/default.nix
··· 67 "pinocchio" 68 ]; 69 70 - meta = with lib; { 71 description = "A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives"; 72 homepage = "https://github.com/stack-of-tasks/pinocchio"; 73 - license = licenses.bsd2; 74 - maintainers = with maintainers; [ nim65s wegank ]; 75 - platforms = platforms.unix; 76 }; 77 })
··· 67 "pinocchio" 68 ]; 69 70 + meta = { 71 description = "A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives"; 72 homepage = "https://github.com/stack-of-tasks/pinocchio"; 73 + license = lib.licenses.bsd2; 74 + maintainers = with lib.maintainers; [ nim65s wegank ]; 75 + platforms = lib.platforms.unix; 76 }; 77 })